pub type X25519ReusableSecretKey = ZeroizeArray<32>;
Expand description

The 32 bytes of an X25519 reusable secret key

Aliased Type§

struct X25519ReusableSecretKey(/* private fields */);