MCPcopy Create free account
hub / github.com/MetaMask/torus-node / ECDSAVerify

Function ECDSAVerify

pvss/pvss.go:180–198  ·  view source on GitHub ↗

func ECDSAValidateRaw(ecdsaPubBytes []byte, messageHash []byte, signature []byte) bool { return ethCrypto.VerifySignature(ecdsaPubBytes, messageHash, signature) }

(str string, pubKey *common.Point, signature []byte)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

ProcessMessageMethod · 0.92
MockEngineFunction · 0.92
ValidateMethod · 0.92
validateTxMethod · 0.92
ECDSAVerifyBytesFunction · 0.85
TestECDSAFunction · 0.85

Calls 1

VerifyMethod · 0.65

Tested by 2

MockEngineFunction · 0.74
TestECDSAFunction · 0.68