Skip to main content

SecretKey

Type Alias SecretKey 

Source
pub type SecretKey = EdwardsScalarBytes;
Expand description

Ed448 secret key as defined in [RFC8032 § 5.2.5]

The private key is 57 octets (448 bits, 56 bytes) long.

Aliased Type§

#[repr(transparent)]
pub struct SecretKey(pub [u8; 57]);

Tuple Fields§

§0: [u8; 57]