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