Type Alias dryoc::kdf::protected::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 */);