Module For_native_base_field.Scaling_precomputation

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