GO-2023-1865: Vega's validators able to submit duplicate transactions in code.vegaprotocol.io/vega
package
Version:
v0.59.0
Opens a new window with list of versions in this module.
Published: Oct 20, 2022
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
ErrAddressesDoesNotMatch = errors.New("addresses does not match")
ErrInvalidSignature = errors.New("invalid signature")
ErrEthInvalidSignature = errors.New("invalid ethereum signature")
)
func VerifyEthereumSignature(message, signature []byte, hexAddress string) error
func VerifyVegaSignature(message, signature, pubkey []byte) error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.