Skip to content

Commit 6aec14e

Browse files
authored
Merge pull request #3 from aeternity/PT-163362624-generic-hash
PT-163362624 generic hash functions
2 parents 19d0e3e + 76cb5ee commit 6aec14e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

include/aeb_opcodes.hrl

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,9 @@
180180
-define(PRIM_CALL_MAP_TOLIST, 305).
181181

182182
-define(PRIM_CALL_IN_CRYPTO_RANGE(__TTYPE__), (((__TTYPE__) > 399) andalso ((__TTYPE__) < 500))).
183-
-define(PRIM_CALL_CRYPTO_ECVERIFY, 400).
183+
-define(PRIM_CALL_CRYPTO_ECVERIFY, 400).
184+
-define(PRIM_CALL_CRYPTO_SHA3, 401).
185+
-define(PRIM_CALL_CRYPTO_SHA256, 402).
186+
-define(PRIM_CALL_CRYPTO_BLAKE2B, 403).
187+
-define(PRIM_CALL_CRYPTO_SHA256_STRING, 404).
188+
-define(PRIM_CALL_CRYPTO_BLAKE2B_STRING, 405).

0 commit comments

Comments
 (0)