Module For_native_base_field.Scaling_precomputation

type t = {
  1. base : Inputs.Constant.t;
  2. shifts : Inputs.Constant.t array;
  3. table : Window_table.t;
}
val string_to_bits : string -> bool list
val create : Inputs.Constant.t -> t