package
Version:
v1.5.29-patch1
Opens a new window with list of versions in this module.
Published: Aug 6, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
BLS defines the functionality of a component able to verify BLS signatures
Ed25519 defines the functionality of a component able to verify Ed25519 signatures
Hasher defines the functionality of a component able to generate hashes
type Secp256k1 interface {
VerifySecp256k1(key []byte, msg []byte, sig []byte, hashType uint8) error
EncodeSecp256k1DERSignature(r, s []byte) []byte
}
Secp256k1 defines the functionality of a component able to verify and encode Secp256k1 signatures
VMCrypto will provide the interface to the main crypto functionalities of the vm
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.