Struct yubikey::Aes128Key [] [src]

pub struct Aes128Key(_);

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.

impl Drop for Aes128Key
[src]

A method called when the value goes out of scope. Read more