Type Alias dryoc::kdf::Context

source ·
pub type Context = StackByteArray<CRYPTO_KDF_CONTEXTBYTES>;
Expand description

Stack-allocated context type alias for key derivation with Kdf.

Aliased Type§

struct Context(/* private fields */);