Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSecp256k1 ¶
func NewSecp256k1() *secp256k1
NewSecp256k1 returns the component able to verify Secp256k1 signatures
Types ¶
type MessageHashType ¶
type MessageHashType uint8
MessageHashType defines the type of hash algorithm
const ( ECDSAPlainMsg MessageHashType = iota ECDSASha256 ECDSADoubleSha256 ECDSAKeccak256 ECDSARipemd160 )
constants that define the available hash algorithms
Click to show internal directories.
Click to hide internal directories.