pub type Key = StackByteArray<CRYPTO_AUTH_KEYBYTES>;Expand description
Stack-allocated key for secret-key authentication.
Aliased Typeยง
struct Key(/* private fields */);pub type Key = StackByteArray<CRYPTO_AUTH_KEYBYTES>;Stack-allocated key for secret-key authentication.
struct Key(/* private fields */);