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