hopr_crypto_types::primitives

Type Alias SecretKey

Source
pub type SecretKey = SecretValue<U32>;
Expand description

Represents a secret key of fixed length. The value is auto-zeroized on drop.

Aliased Typeยง

struct SecretKey(/* private fields */);