pub type Signature = StackByteArray<CRYPTO_SIGN_BYTES>;Expand description
Stack-allocated signature for message signing.
Aliased Typeยง
struct Signature(/* private fields */);pub type Signature = StackByteArray<CRYPTO_SIGN_BYTES>;Stack-allocated signature for message signing.
struct Signature(/* private fields */);