Kzg.Utils
module Transcript : sig ... end
Module used to handle transcripts, used for applying the Fiat-Shamir heuristic
module Fr_generation : sig ... end
module FFT : sig ... end
val diff_next_power_of_two : int -> int
val is_power_of_two : int -> bool
val pad_array : 'a array -> int -> 'a array
val resize_array : 'a array -> int -> 'a array