vm: remove crypto-related opcodes
All cryptography has moved to interops in NEO3. There is no SHA256 interop RN, but it is to appear later. Closes #777.
This commit is contained in:
parent
c1aa96d614
commit
519b31a704
13 changed files with 90 additions and 110 deletions
|
@ -131,15 +131,6 @@ const (
|
|||
MAX Opcode = 0xA4
|
||||
WITHIN Opcode = 0xA5
|
||||
|
||||
// Crypto
|
||||
SHA1 Opcode = 0xA7
|
||||
SHA256 Opcode = 0xA8
|
||||
HASH160 Opcode = 0xA9
|
||||
HASH256 Opcode = 0xAA
|
||||
CHECKSIG Opcode = 0xAC
|
||||
VERIFY Opcode = 0xAD
|
||||
CHECKMULTISIG Opcode = 0xAE
|
||||
|
||||
// Advanced data structures (arrays, structures, maps)
|
||||
PACK Opcode = 0xC0
|
||||
UNPACK Opcode = 0xC1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue