pub type PublicKey = HeapByteArray<CRYPTO_BOX_PUBLICKEYBYTES>;
Available on crate feature
nightly
only.Expand description
Heap-allocated, page-aligned public key for authenticated public-key boxes, for use with protected memory.
Aliased Type§
struct PublicKey(/* private fields */);