☰
SecretKey
SecretKey
In dryoc::classic::crypto_sign_ed25519
Functions
crypto_sign_ed25519_pk_to_curve25519
crypto_sign_ed25519_sk_to_curve25519
Type Definitions
PublicKey
SecretKey
Signature
?
Type Definition
dryoc
::
classic
::
crypto_sign_ed25519
::
SecretKey
source
·
[
−
]
pub type SecretKey = [
u8
;
64
];
Expand description
Type alias for an Ed25519 secret key with seed bytes.