Type Alias Signature

Source
pub type Signature = StackByteArray<CRYPTO_SIGN_BYTES>;
Expand description

Stack-allocated signature for message signing.

Aliased Typeยง

struct Signature(/* private fields */);