Type Alias Key

Source
pub type Key = HeapByteArray<CRYPTO_KDF_KEYBYTES>;
Available on crate feature nightly only.
Expand description

Heap-allocated, page-aligned key type alias for key derivation with Kdf.

Aliased Typeยง

struct Key(/* private fields */);