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