Expand description
Ed25519 cryptographic helpers
Structs§
- A cryptographic signer that is responsible for signing messages using Ed25519 signature scheme
- Ed25519 verifier that checks the authenticity of Ed25519 signatures
- Ed25519Signer and Ed25519Verifier related errors.
Type Aliases§
- Wrapper of Ed25519:SigningKey.
- Wrapper of Ed25519:Signature.
- Wrapper of Ed25519:PublicKey.