Skip to main content

Module ecdsa_k256_keccak

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§

PublicKey
Public key for ECDSA signature verification over secp256k1 curve.
SecretKey
Secret key for ECDSA signature verification over secp256k1 curve.
Signature
ECDSA signature over secp256k1 curve using Keccak to hash the messages when signing.

Enums§

PublicKeyError