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