# Constants
0.
2.
the Sm2 ecdsa, SM2-P-256 TODO, try github.com/tjfoc/gmsm/sm2.
1.
# Variables
Edwards is the Ed25519 ECDSA signature system.
Secp256k1 is the secp256k1 curve and ECDSA system used in Bitcoin.
SecSchnorr is a Schnorr signature scheme about the secp256k1 curve implemented in libsecp256k1.
# Interfaces
DSA is an encapsulating interface for all the functions of a digital signature algorithm.
Key represents a ec key.
PrivateKey is an interface representing a private key and its associated functions.
PublicKey is an interface representing a public key and its associated functions.
Signature is an interface representing a signature and its associated functions.
# Type aliases
The Ec Type.