Struct yubico::otpmode::Aes128Key[][src]

pub struct Aes128Key(pub [u8; 16]);

A secret key for AES128 / OTP challenge-response.

Methods

impl Aes128Key
[src]

Trait Implementations

impl Debug for Aes128Key
[src]

Formats the value using the given formatter. Read more

impl Drop for Aes128Key
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for Aes128Key

impl Sync for Aes128Key