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 */);pub type Context = StackByteArray<CRYPTO_KDF_CONTEXTBYTES>;Stack-allocated context type alias for key derivation with Kdf.
struct Context(/* private fields */);