Type Alias SecretKey

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

Stack-allocated secret key for message signing.

Aliased Typeยง

struct SecretKey(/* private fields */);