Type Alias ed25519_dalek::SecretKey
source · pub type SecretKey = [u8; 32];
Expand description
ed25519 secret key as defined in RFC8032 § 5.1.5:
The private key is 32 octets (256 bits, corresponding to b) of cryptographically secure random data.