# Functions

ConvertCurveName converts different forms of a curve name to the name that tink recognizes.
DecodeSecp256K1Signature creates a new secp256k1 signature using the given byte slice.
GetCurve returns the curve object that corresponds to the given curve type.
NewSecp256K1Signature creates a new Secp256k1Signature instance.
NewSecp256K1Signer creates a new instance of Secp256K1Signer.
NewSecp256K1SignerFromPrivateKey creates a new instance of Secp256K1Signer.
NewSecp256K1Verifier creates a new instance of Secp256K1Verifier.
NewSecp256K1VerifierFromPublicKey creates a new instance of ECDSAVerifier.
ValidateSecp256K1Params validates secp256k1 parameters.

# Type aliases

ECDSAVerifier is an implementation of Verifier for ECDSA.
Secp256k1Signature is a struct holding the r and s values of an secp256k1 signature.
Secp256K1Signer is an implementation of Signer for secp256k1 Secp256k2 (Koblitz curve).