Signature

Type Alias Signature 

Source
pub type Signature = HeapByteArray<CRYPTO_SIGN_BYTES>;
Available on crate feature nightly only.
Expand description

Heap-allocated, page-aligned signature for signed messages, for use with protected memory.

Aliased Typeยง

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