package jasmin

  1. Overview
  2. Docs
Compiler for High-Assurance and High-Speed Cryptography

Install

dune-project
 Dependency

Authors

Maintainers

Sources

jasmin-compiler-v2025.06.2.tar.bz2
sha256=aa0d21f532c1560a0939244cfd1c8414ba2b42c9d1403960f458500446cb1ebb

doc/jasmin.jasmin/Jasmin/Int/module-type-Int/index.html

Module type Int.Int

type t
val i2z : t -> BinNums.coq_Z
val _0 : t
val _1 : t
val _2 : t
val _3 : t
val add : t -> t -> t
val opp : t -> t
val sub : t -> t -> t
val mul : t -> t -> t
val max : t -> t -> t
val eqb : t -> t -> bool
val ltb : t -> t -> bool
val leb : t -> t -> bool
val gt_le_dec : t -> t -> bool
val ge_lt_dec : t -> t -> bool
val eq_dec : t -> t -> bool