[PT-167805291] Add opcode for ecrecover #181

Merged
zxq9 merged 6 commits from newby/ecrecover into master 2019-08-14 23:08:45 +09:00
Showing only changes of commit 23ee7e0ca4 - Show all commits

View File

@ -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