signer/ecdsa_signing_key library

Classes

EcdsaSigningKey
The EcdsaSigningKey class represents a key pair for ECDSA (Elliptic Curve Digital Signature Algorithm) signing. It encapsulates the private key and provides methods for signing digests and generating deterministic signatures.
ECDSAVerifyKey
The ECDSAVerifyKey class represents a key for ECDSA (Elliptic Curve Digital Signature Algorithm) verification. It encapsulates the public key and provides a method for verifying ECDSA signatures against a given digest.