Field.Constant
type t = field
The finite field over which the R1CS operates.
include Core_kernel.Bin_prot.Binable.S with type t := t
val bin_size_t : t Bin_prot.Size.sizer
val bin_write_t : t Bin_prot.Write.writer
val bin_read_t : t Bin_prot.Read.reader
val __bin_read_t__ : ( int -> t ) Bin_prot.Read.reader
val bin_writer_t : t Bin_prot.Type_class.writer
val bin_reader_t : t Bin_prot.Type_class.reader
val bin_t : t Bin_prot.Type_class.t
val hash_fold_t :
Ppx_hash_lib.Std.Hash.state ->
t ->
Ppx_hash_lib.Std.Hash.state
val hash : t -> Ppx_hash_lib.Std.Hash.hash_value
val gen : t Core_kernel.Quickcheck.Generator.t
A generator for Quickcheck tests.
val gen_uniform : t Core_kernel.Quickcheck.Generator.t
A uniform generator for Quickcheck tests.
include Snarky_intf.Field.Extended
with type t := t
with type Vector.t = Backend.Field.Vector.t
include Snarky_intf.Field.S
with type t := t
with type Vector.t = Backend.Field.Vector.t
include Bin_prot.Binable.S with type t := t
val bin_size_t : t Bin_prot.Size.sizer
val bin_write_t : t Bin_prot.Write.writer
val bin_read_t : t Bin_prot.Read.reader
val __bin_read_t__ : ( int -> t ) Bin_prot.Read.reader
val bin_writer_t : t Bin_prot.Type_class.writer
val bin_reader_t : t Bin_prot.Type_class.reader
val bin_t : t Bin_prot.Type_class.t
val of_int : int -> t
val one : t
val zero : t
val is_square : t -> bool
val print : t -> unit
val random : unit -> t
module Mutable : sig ... end
module Vector :
Snarky_intf.Vector.S with type elt = t with type t = Backend.Field.Vector.t
val unpack : t -> bool list
Convert a field element into its constituent bits.
val project : bool list -> t
Convert a list of bits into a field element.
val parity : t -> bool
Get the least significant bit of a field element.