Expand description
Simple Ed25519 API.
Structs§
- Pair
- A key pair.
Constants§
- CRYPTO_ID 
- An identifier used to match public keys against ed25519 keys
- PUBLIC_KEY_ SERIALIZED_ SIZE 
- The byte length of public key
- SIGNATURE_SERIALIZED_ SIZE 
- The byte length of signature
Type Aliases§
- ProofOfPossession 
- Proof of Possession is the same as Signature for ed25519
- Public
- A public key.
- Signature
- A signature.