Template Struct desfire::key< cipher_type::des >

Inheritance Relationships

Base Type

Struct Documentation

template<>
struct key<cipher_type::des> : public desfire::key_base<8, true, key<cipher_type::des>>

A DES key. This inherits all members and properties of the base classes.

Public Types

using key_base = key_base<8, true, key<cipher_type::des>>

Public Static Attributes

static constexpr cipher_type cipher = cipher_type::des