Type Alias SecretKey

Source
pub type SecretKey = HeapByteArray<CRYPTO_KX_SECRETKEYBYTES>;
Available on crate feature nightly only.
Expand description

Heap-allocated, paged-aligned secret key type alias for use with protected memory

Aliased Typeยง

struct SecretKey(/* private fields */);