Add CRYPT primop range and ECVERIVY primp

This commit is contained in:
Hans Svensson
2019-01-21 11:05:35 +01:00
parent 99bf097759
commit 0585e7d0f6
2 changed files with 5 additions and 2 deletions
+2
View File
@@ -179,3 +179,5 @@
-define(PRIM_CALL_MAP_SIZE, 304).
-define(PRIM_CALL_MAP_TOLIST, 305).
-define(PRIM_CALL_IN_CRYPTO_RANGE(__TTYPE__), (((__TTYPE__) > 399) andalso ((__TTYPE__) < 500))).
-define(PRIM_CALL_CRYPTO_ECVERIFY, 400).