Home
last modified time | relevance | path

Searched defs:ErrInvalidSig (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/qemu-guest-agent/qemu-5.0.1/default-configs/
H A Dmips-softmmu-common.mak35 CONFIG_MIPS_ITU=y
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/p2p/enr/
H A Denr.go49 ErrInvalidSig = errors.New("invalid signature on node record") var
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/core/types/
H A Dtransaction.go35 ErrInvalidSig = errors.New("invalid transaction v, r, s values") var