Module Legacy.Coding2

Coding2 is an alternate binary coding setup where we pass two arrays of * field elements instead of a single structure to simplify manipulation * outside of the Mina construction API * * This is described as the second mechanism for coding Random_oracle_input in * RFC0038 *

module Rendered : sig ... end
val string_of_field : bool list -> string
val field_of_string : string -> size_in_bits:int -> ( bool list, 'a ) Core_kernel.Result.t
val serialize' : ( 'a, 'b ) t -> pack:( 'b Base__List.t -> 'c ) -> 'd Rendered.t_
val serialize : ( 'a, 'b ) t -> string_of_field:( 'c -> string ) -> pack:( 'b Base__List.t -> 'a ) -> string Rendered.t_