Module sodiumoxide::crypto::sign::ed25519
[−]
[src]
ed25519
, a signature scheme specified in
Ed25519. This function is conjectured to meet the
standard notion of unforgeability for a public-key signature scheme under
chosen-message attacks.
Structs
PublicKey |
|
SecretKey |
|
Seed |
|
Signature |
Detached signature |
Constants
PUBLICKEYBYTES |
Number of bytes in a |
SECRETKEYBYTES |
Number of bytes in a |
SEEDBYTES |
Number of bytes in a |
SIGNATUREBYTES |
Number of bytes in a |
Functions
gen_keypair |
|
keypair_from_seed |
|
sign |
|
sign_detached |
|
verify |
|
verify_detached |
|