pub type Key = HeapByteArray<CRYPTO_ONETIMEAUTH_KEYBYTES>;Available on crate feature
protected only.Expand description
Heap-allocated, page-aligned key for one-time authentication with protected memory.
Aliased Typeยง
pub struct Key(/* private fields */);