Module Signature_lib.Private_key

module Stable : sig ... end
val compare : t -> t -> int
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val gen : Snark_params.Tick.Inner_curve.Scalar.t Core_kernel.Quickcheck.Generator.t
val (>=) : Stable.Latest.t -> Stable.Latest.t -> bool
val (<=) : Stable.Latest.t -> Stable.Latest.t -> bool
val (=) : Stable.Latest.t -> Stable.Latest.t -> bool
val (>) : Stable.Latest.t -> Stable.Latest.t -> bool
val (<) : Stable.Latest.t -> Stable.Latest.t -> bool
val (<>) : Stable.Latest.t -> Stable.Latest.t -> bool
val equal : Stable.Latest.t -> Stable.Latest.t -> bool
val compare : Stable.Latest.t -> Stable.Latest.t -> int
val ascending : Stable.Latest.t -> Stable.Latest.t -> int
val descending : Stable.Latest.t -> Stable.Latest.t -> int
val between : Stable.Latest.t -> low:Stable.Latest.t -> high:Stable.Latest.t -> bool
val clamp : Stable.Latest.t -> min:Stable.Latest.t -> max:Stable.Latest.t -> Stable.Latest.t Base__.Or_error.t
type comparator_witness = Core_kernel__Comparable.Make_binable(Stable.Latest).comparator_witness
val validate_lbound : min:Stable.Latest.t Base__.Maybe_bound.t -> Stable.Latest.t Base__.Validate.check
val validate_ubound : max:Stable.Latest.t Base__.Maybe_bound.t -> Stable.Latest.t Base__.Validate.check
val validate_bound : min:Stable.Latest.t Base__.Maybe_bound.t -> max:Stable.Latest.t Base__.Maybe_bound.t -> Stable.Latest.t Base__.Validate.check
module Replace_polymorphic_compare : sig ... end
val comparator : ( Stable.Latest.t, comparator_witness ) Core_kernel__Comparator.comparator
module Map : sig ... end
module Set : sig ... end
val of_bigstring_exn : Core_kernel.Binable.bigstring -> Stable.Latest.With_all_version_tags.t
val to_bigstring : Stable.Latest.With_all_version_tags.t -> Core_kernel.Binable.bigstring
module Base58_check : sig ... end
val to_base58_check : Stable.Latest.With_all_version_tags.t -> string
val of_base58_check_exn : string -> Stable.Latest.With_all_version_tags.t
val sexp_of_t : Stable.Latest.With_all_version_tags.t -> Core_kernel.Sexp.t
val t_of_sexp : Core_kernel.Sexp.t -> Stable.Latest.With_all_version_tags.t
val to_yojson : Stable.Latest.With_all_version_tags.t -> [> `String of string ]
val of_yojson : [> `String of string ] -> ( Stable.Latest.With_all_version_tags.t, string ) Core_kernel._result