package mec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val compute_updated_constants : (module Ff_sig.PRIME with type t = 'a) -> int -> int -> int -> int -> 'a array -> 'a array array -> 'a array * 'a array * 'a array * 'a array

Update the constants for the linear trick

module type PARAMETERS = sig ... end
module Make (Param : PARAMETERS) (Scalar : Ff_sig.PRIME) : sig ... end

Build an HADES SP network based on the parameters and a scalar field