SecretKey

Type Alias SecretKey 

Source
pub type SecretKey = StackByteArray<CRYPTO_BOX_SECRETKEYBYTES>;
Expand description

Stack-allocated secret key type alias.

Aliased Typeยง

pub struct SecretKey(/* private fields */);