Expand description
Cryptographic signatures.
Modules§
- context
- Domain separation context helpers.
- ed25519
- Ed25519 signatures.
- secp256k1
- Secp256k1 signatures.
- secp256r1
- Secp256r1 signatures.
- secp384r1
- Secp384r1 signatures.
- sr25519
- Sr25519 signatures.
Structs§
- Signature
- Variable-length opaque signature.
Enums§
- Error
- Error.
- Memory
Signer - A memory-backed signer.
- Public
Key - A public key used for signing.
- Signature
Type - A specific combination of signature and hash.
Traits§
- Signer
- Common trait for memory signers.