# Functions
DecodeEcdsaSignature creates a new ECDSA signature using the given byte slice.
NewEcdsaSign creates a new instance of EcdsaSign.
NewEcdsaSignature creates a new ecdsaSignature object.
NewEcdsaSignFromPrivateKey creates a new instance of EcdsaSign.
NewEcdsaVerify creates a new instance of EcdsaVerify.
NewEcdsaVerifyFromPublicKey creates a new instance of EcdsaVerify.
ValidateEcdsaParams validates ECDSA parameters.
# Structs
EcdsaSign is an implementation of PublicKeySign for ECDSA.
EcdsaSignature is a struct holding r and s values of an ECDSA signature.
EcdsaVerify is an implementation of PublicKeyVerify for ECDSA.