//
pkg.gl
Category
github.com/dlt-science/mpc-wallet-multiple-filters
pkg
taproot
package
0.0.0-20240108164048-05710c27801f
Repository:
https://github.com/dlt-science/mpc-wallet-multiple-filters.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
0
Files
141 SLOC
#
Functions
GenKey
GenKey generates a new key-pair, from a source of randomness.
TaggedHash
TaggedHash addes some domain separation to SHA-256.
#
Constants
SecretKeyLength
SecretKeyLength is the number of bytes in a SecretKey.
SignatureLen
SignatureLen is the number of bytes in a Signature.
#
Type aliases
PublicKey
PublicKey represents a public key for BIP-340 signatures.
SecretKey
SecretKey represents a secret key for BIP-340 signatures.
Signature
Signature represents a signature according to BIP-340.