Module ecdsa_k256_keccak
Expand description
ECDSA (Elliptic Curve Digital Signature Algorithm) signature implementation over secp256k1 curve using Keccak to hash the messages when signing.
Structs§
- Public
Key - Public key for ECDSA signature verification over secp256k1 curve.
- Secret
Key - Secret key for ECDSA signature verification over secp256k1 curve.
- Signature
- ECDSA signature over secp256k1 curve using Keccak to hash the messages when signing.