package cryptokit

  1. Overview
  2. Docs
A library of cryptographic primitives

Install

dune-project
 Dependency

Authors

Maintainers

Sources

release1201.tar.gz
sha256=b933c32b4e03e7236add969c2f583df241aeff8eabd2cabb1f345a78250fcea6
sha512=7b1e2ba8b99b11a04522ffe4b6b92278bc772d9888967757ab013151211fc85d29847af566677f2b9c3200e45b857600a70356ca6ed80ca299508808057358b1

doc/cryptokit/CryptokitBignum/index.html

Module CryptokitBignumSource

Operations on big integers, used for the implementation of module Cryptokit.

Sourcetype t
Sourceval zero : t
Sourceval one : t
Sourceval of_int : int -> t
Sourceval compare : t -> t -> int
Sourceval add : t -> t -> t
Sourceval sub : t -> t -> t
Sourceval mult : t -> t -> t
Sourceval mod_ : t -> t -> t
Sourceval relative_prime : t -> t -> bool
Sourceval mod_power : t -> t -> t -> t
Sourceval mod_power_CRT : t -> t -> t -> t -> t -> t -> t
Sourceval mod_inv : t -> t -> t
Sourceval of_bytes : string -> t
Sourceval to_bytes : ?numbits:int -> t -> string
Sourceval random : rng:(bytes -> int -> int -> unit) -> ?odd:bool -> int -> t
Sourceval random_prime : rng:(bytes -> int -> int -> unit) -> int -> t
Sourceval wipe : t -> unit
OCaml

Innovation. Community. Security.