package ff

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module FfSource

Sourcemodule type BASE = sig ... end

Base module signature for a finite field

Sourcemodule type PRIME = sig ... end

Module type for prime field of the form GF(p) where p is prime

Sourcemodule type PRIME_WITH_ROOT_OF_UNITY = sig ... end

Module type for prime field with additional functions to manipulate roots of unity

Sourcemodule MakeFp (S : sig ... end) : PRIME_WITH_ROOT_OF_UNITY
OCaml

Innovation. Community. Security.