Struct yubihsm::StaticKeys [] [src]

pub struct StaticKeys { /* fields omitted */ }

Static Secure Channel keys from which session keys are derived

Methods

impl StaticKeys
[src]

[src]

Derive static_keys keys from a password

[src]

Create a new keypair from a byte array

Trait Implementations

impl Drop for StaticKeys
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for StaticKeys

impl Sync for StaticKeys