pub type SessionKey = HeapByteArray<CRYPTO_KX_SESSIONKEYBYTES>;Available on crate feature
nightly only.Expand description
Heap-allocated, paged-aligned session key type alias for use with protected memory
Aliased Typeยง
struct SessionKey(/* private fields */);