Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsSNormalized ¶
IsSNormalized returns true for the integer sigS if sigS falls in lower half of the curve order
func NewSecp256 ¶
func NewSecp256() (*secp256, error)
NewSecp256 returns the component able to verify Secp256 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.