Documentation ¶
Index ¶
Constants ¶
View Source
const ( // SECP256K1 a type of signer SECP256K1 CryptoAlgorithm = 1 // SHA3256 a type of hash SHA3256 HashAlgorithm = 2 )
Variables ¶
View Source
var ( ErrInvalidHashAlgorithm = errors.New("invalid hash algorithm") ErrInvalidCryptoAlgorithm = errors.New("invalid crypto algorithm") )
Error types of algorithm package.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.