core: remove Neo.Crypto.CheckMultisigWithECDsaSecp256k1
Koblitz RIP.
This commit is contained in:
parent
cdaca7be3e
commit
7126637f73
7 changed files with 32 additions and 73 deletions
|
@ -90,7 +90,6 @@ func TestSyscallExecution(t *testing.T) {
|
|||
"storage.Put": {interopnames.SystemStoragePut, []string{sctx, b, b}, true},
|
||||
"storage.ConvertContextToReadOnly": {interopnames.SystemStorageAsReadOnly, []string{sctx}, false},
|
||||
"crypto.ECDSASecp256r1CheckMultisig": {interopnames.NeoCryptoCheckMultisigWithECDsaSecp256r1, []string{b, pubs, sigs}, false},
|
||||
"crypto.ECDSASecp256k1CheckMultisig": {interopnames.NeoCryptoCheckMultisigWithECDsaSecp256k1, []string{b, pubs, sigs}, false},
|
||||
"crypto.CheckSig": {interopnames.NeoCryptoCheckSig, []string{pub, sig}, false},
|
||||
}
|
||||
ic := &interop.Context{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue