pub type Key = StackByteArray<CRYPTO_KDF_KEYBYTES>;Expand description
Stack-allocated key type alias for key derivation with Kdf.
Aliased Typeยง
struct Key(/* private fields */);pub type Key = StackByteArray<CRYPTO_KDF_KEYBYTES>;Stack-allocated key type alias for key derivation with Kdf.
struct Key(/* private fields */);