core: implement Secp256k1 Verify and CheckMultisig interops
Closes #918.
This commit is contained in:
parent
5326fc587a
commit
a3e306ff78
12 changed files with 141 additions and 45 deletions
|
@ -7,6 +7,7 @@ var syscalls = map[string]map[string]string{
|
|||
},
|
||||
"crypto": {
|
||||
"ECDsaSecp256r1Verify": "Neo.Crypto.VerifyWithECDsaSecp256r1",
|
||||
"ECDsaSecp256k1Verify": "Neo.Crypto.VerifyWithECDsaSecp256k1",
|
||||
},
|
||||
"enumerator": {
|
||||
"Concat": "System.Enumerator.Concat",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue