Hardcaml_ntt.Gf
Implementations of the Goldilocks field arithmetic used within the NTT calculation.
module type S = sig ... end
module Make (Bits : Hardcaml.Comb.S) : sig ... end
Hardware implementations of the field arithmetic.
module Z : sig ... end
Big number based reference implementation of the field arithmetic.
module Bits : sig ... end
Bits based hardware implementation.
module Signal : sig ... end
Signal based hardware implementation.