Add AUTH primops + primop range

This commit is contained in:
Hans Svensson 2019-03-26 13:09:28 +01:00
parent 2d599df0ea
commit 913abb6c7b

View File

@ -189,3 +189,6 @@
-define(PRIM_CALL_CRYPTO_BLAKE2B, 403).
-define(PRIM_CALL_CRYPTO_SHA256_STRING, 404).
-define(PRIM_CALL_CRYPTO_BLAKE2B_STRING, 405).
-define(PRIM_CALL_IN_AUTH_RANGE(__TTYPE__), (((__TTYPE__) > 499) andalso ((__TTYPE__) < 600))).
-define(PRIM_CALL_AUTH_TX_HASH, 500).