package
0.0.0-20191129015703-b51e6e604d8f
Repository: https://github.com/utopiacoinorg/ucd.git
Documentation: pkg.go.dev
# Constants
STEcdsaSecp256k1 specifies that the signature is an ECDSA signature over the secp256k1 elliptic curve.
STEd25519 specifies that the signature is an ECDSA signature over the edwards25519 twisted Edwards curve.
STSchnorrSecp256k1 specifies that the signature is a Schnorr signature over the secp256k1 elliptic curve.
# Type aliases
SignatureType defines a specific cryptographic signature and curve pair for use in transaction scripts and addresses.