core: add Neo.Crypto.RIPEMD160 interop

Closes #1193.
This commit is contained in:
Anna Shaleva 2020-07-22 12:22:20 +03:00
parent 84bf87df52
commit b8d82b49ec
6 changed files with 38 additions and 0 deletions

View file

@ -35,6 +35,7 @@ var syscalls = map[string]map[string]Syscall{
"ECDSASecp256k1CheckMultisig": {"Neo.Crypto.CheckMultisigWithECDsaSecp256k1", false},
"ECDsaSecp256r1Verify": {"Neo.Crypto.VerifyWithECDsaSecp256r1", false},
"ECDSASecp256r1CheckMultisig": {"Neo.Crypto.CheckMultisigWithECDsaSecp256r1", false},
"RIPEMD160": {"Neo.Crypto.RIPEMD160", false},
},
"enumerator": {
"Concat": {"System.Enumerator.Concat", false},