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

Inheritance Relationships

Base Type

Struct Documentation

template<>
struct key<cipher_type::aes128> : public desfire::key_base<16, false, key<cipher_type::aes128>>

An AES128 key. This inherits all members and properties of the base classes.

Public Types

using key_base = key_base<16, false, key<cipher_type::aes128>>

Public Static Attributes

static constexpr cipher_type cipher = cipher_type::aes128