Type Alias dryoc::kx::SecretKey

source ·
pub type SecretKey = StackByteArray<CRYPTO_KX_SECRETKEYBYTES>;
Expand description

Stack-allocated secret key type alias

Aliased Type§

struct SecretKey(/* private fields */);