add crypto_check function to pascaligo

This commit is contained in:
Lesenechal Remi 2019-11-19 15:34:13 +01:00
parent 2fa78bd0bd
commit edb1e3d607

View File

@ -77,6 +77,7 @@ module Simplify = struct
("bitwise_xor" , "XOR") ;
("string_concat" , "CONCAT") ;
("string_slice" , "SLICE") ;
("crypto_check", "CHECK_SIGNATURE") ;
("bytes_concat" , "CONCAT") ;
("bytes_slice" , "SLICE") ;
("bytes_pack" , "PACK") ;