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ยง

struct Context(/* private fields */);