add crypto_check function to pascaligo
This commit is contained in:
parent
2fa78bd0bd
commit
edb1e3d607
@ -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") ;
|
||||
|
Loading…
Reference in New Issue
Block a user