Template Struct desfire::key

Struct Documentation

template<cipher_type Cipher>
struct key

Templated struct used only for template specialization and to make sense of cipher_type::none. Represent a key on a given cipher_type; refer to key<cipher_type::des>, key<cipher_type::des3_2k>, key<cipher_type::des3_3k>, key<cipher_type::aes128>.

Template Parameters:

Cipher – Cipher type of this key.

Public Static Attributes

static constexpr cipher_type cipher = Cipher