Add missing crypto entries to all_instructions
This commit is contained in:
parent
197dfd5da1
commit
23ee7e0ca4
@ -1,7 +1,7 @@
|
|||||||
;; CONTRACT all_instructions
|
;; CONTRACT all_instructions
|
||||||
|
|
||||||
;; Dont expect this contract to typecheck or run.
|
;; Dont expect this contract to typecheck or run.
|
||||||
;; Just used to check assembler rountrip of all instructions.
|
;; Just used to check assembler roundtrip of all instructions.
|
||||||
|
|
||||||
FUNCTION foo () : {tuple, []}
|
FUNCTION foo () : {tuple, []}
|
||||||
RETURN
|
RETURN
|
||||||
@ -224,8 +224,12 @@ FUNCTION foo () : {tuple, []}
|
|||||||
|
|
||||||
AENS_REVOKE
|
AENS_REVOKE
|
||||||
|
|
||||||
|
ECRECOVER_SECP256K1
|
||||||
|
|
||||||
ECVERIFY
|
ECVERIFY
|
||||||
|
|
||||||
|
ECVERIFY_SECP256K1
|
||||||
|
|
||||||
SHA3 a
|
SHA3 a
|
||||||
|
|
||||||
SHA256 a
|
SHA256 a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user