package jasmin

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

jasmin-compiler-v2026.03.1.tar.bz2
sha256=78e9f92963403f1ed9f95326f26725532c43956f10fcc47d11ac94c66a236f52

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