Type Alias dryoc::sign::Signature

source ·
pub type Signature = StackByteArray<CRYPTO_SIGN_BYTES>;
Expand description

Stack-allocated signature for message signing.

Aliased Type§

struct Signature(/* private fields */);