package tezos-crypto

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val serialize : Z.t -> string
val deserialize : string -> Z.t
val leq : Z.t -> Z.t -> bool

Less than or equal.

val geq : Z.t -> Z.t -> bool

Greater than or equal.

val lt : Z.t -> Z.t -> bool

Less than (and not equal).

val gt : Z.t -> Z.t -> bool

Greater than (and not equal).

val (<=) : Z.t -> Z.t -> bool

Less than or equal.

val (>=) : Z.t -> Z.t -> bool

Greater than or equal.

val (<) : Z.t -> Z.t -> bool

Less than (and not equal).

val (>) : Z.t -> Z.t -> bool

Greater than (and not equal).

val zero : Z.t
val one : Z.t
val invert : Z.t -> Z.t -> Z.t option

Invert the first argument modulo the second. Returns none if there is no inverse