package
0.0.0-20240108164048-05710c27801f
Repository: https://github.com/dlt-science/mpc-wallet-multiple-filters.git
Documentation: pkg.go.dev

# Functions

GenKey generates a new key-pair, from a source of randomness.
TaggedHash addes some domain separation to SHA-256.

# Constants

SecretKeyLength is the number of bytes in a SecretKey.
SignatureLen is the number of bytes in a Signature.

# Type aliases

PublicKey represents a public key for BIP-340 signatures.
SecretKey represents a secret key for BIP-340 signatures.
Signature represents a signature according to BIP-340.