Type Alias dryoc::kx::protected::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 */);