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