Type Alias dryoc::kx::PublicKey

source ·
pub type PublicKey = StackByteArray<CRYPTO_KX_PUBLICKEYBYTES>;
Expand description

Stack-allocated public key type alias

Aliased Type§

struct PublicKey(/* private fields */);