Key

Type Alias Key 

Source
pub type Key = StackByteArray<CRYPTO_AUTH_KEYBYTES>;
Expand description

Stack-allocated key for secret-key authentication.

Aliased Typeยง

pub struct Key(/* private fields */);