Skip to main content

Seed

Type Alias Seed 

Source
pub type Seed = StackByteArray<CRYPTO_SIGN_SEEDBYTES>;
Expand description

Stack-allocated seed for message signing.

Aliased Typeยง

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