Module 2-Other_impl.Bitstring_checked

Utility functions for dealing with lists of bits in the R1CS.

type t = Boolean.var list
val equal : t -> t -> Boolean.var Checked.t
val equal_expect_true : t -> t -> Boolean.var Checked.t

Equivalent to equal, but avoids computing field elements to represent chunks of the list when not necessary.

NOTE: This will do extra (wasted) work before falling back to the behaviour of equal when the values are not equal.

module Assert : sig ... end