pub type Key = HeapByteArray<CRYPTO_ONETIMEAUTH_KEYBYTES>;Available on crate feature
nightly only.Expand description
Heap-allocated, page-aligned secret key for the generic hash algorithm, for use with protected memory.
Aliased Typeยง
struct Key(/* private fields */);