Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func VerifySigHashedPub ¶
Types ¶
type Hash ¶
type Hash [32]byte
var ZeroHash Hash
func Blake2B256 ¶
func NewHashFromBytes ¶
func NewHashFromHex ¶
func (*Hash) MarshalJSON ¶
func (*Hash) UnmarshalJSON ¶
type SECP256k1Signer ¶
type SECP256k1Signer struct {
// contains filtered or unexported fields
}
func NewSECP256k1Signer ¶
func NewSECP256k1Signer(pk *btcec.PrivateKey) *SECP256k1Signer
func (*SECP256k1Signer) Pub ¶
func (s *SECP256k1Signer) Pub() *btcec.PublicKey
Click to show internal directories.
Click to hide internal directories.