pub type X25519EphemeralSecretKey = ZeroizeArray<32>;
Expand description

The 32 bytes of an X25519 ephemeral secret key

Aliased Type§

struct X25519EphemeralSecretKey(/* private fields */);