Module Signature_lib.Public_key

module Stable : sig ... end
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.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 compare : t -> t -> int
include Core_kernel.Comparable.S_binable with type t := t
val (>=) : t -> t -> bool
val (<=) : t -> t -> bool
val (=) : t -> t -> bool
val (>) : t -> t -> bool
val (<) : t -> t -> bool
val (<>) : t -> t -> bool
val equal : t -> t -> bool
val compare : t -> t -> int
val min : t -> t -> t
val max : t -> t -> t
val ascending : t -> t -> int
val descending : t -> t -> int
val between : t -> low:t -> high:t -> bool
val clamp_exn : t -> min:t -> max:t -> t
val clamp : t -> min:t -> max:t -> t Base__.Or_error.t
type comparator_witness
val validate_lbound : min:t Base__.Maybe_bound.t -> t Base__.Validate.check
val validate_ubound : max:t Base__.Maybe_bound.t -> t Base__.Validate.check
val validate_bound : min:t Base__.Maybe_bound.t -> max:t Base__.Maybe_bound.t -> t Base__.Validate.check
module Replace_polymorphic_compare : sig ... end
val comparator : ( t, comparator_witness ) Core_kernel__Comparator.comparator
module Map : sig ... end
module Set : sig ... end
val var_of_t : t -> var
val assert_equal : var -> var -> unit Snark_params.Tick.Checked.t
val of_private_key_exn : Private_key.t -> t
module Compressed : sig ... end
val gen : t Core_kernel.Quickcheck.Generator.t
val of_bigstring : Core_kernel.Bigstring.t -> t Core_kernel.Or_error.t
val to_bigstring : t -> Core_kernel.Bigstring.t
val compress : t -> Compressed.t
val decompress : Compressed.t -> t option
val decompress_exn : Compressed.t -> t
val of_base58_check_decompress_exn : string -> Compressed.t

Same as Compressed.of_base58_check_exn except that of_base58_check_decompress_exn fails if decompress_exn fails