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.
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.
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.