Type Alias dryoc::kdf::protected::Context

source ·
pub type Context = HeapByteArray<CRYPTO_KDF_CONTEXTBYTES>;
Available on crate feature nightly only.
Expand description

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

Aliased Type§

struct Context(/* private fields */);