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§
struct Signature(/* private fields */);