Context

Type Alias Context 

Source
pub type Context = StackByteArray<CRYPTO_KDF_CONTEXTBYTES>;
Expand description

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

Aliased Typeยง

pub struct Context(/* private fields */);