Module Montgomery_reduction.Config

type t = {
multiplier_config : Karatsuba_ofman_mult.Config.t;
half_multiplier_config : Half_width_multiplier.Config.t;
adder_depth : int;
subtractor_depth : int;
}
val latency : t -> int
val for_bls12_377 : t