PublicKey

Type Alias PublicKey 

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

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

Aliased Typeยง

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