Type Definition dryoc::sign::protected::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.