Mavryk_protocol_environment_genesis.Secp256k1
module Public_key_hash : sig ... end
module Public_key : sig ... end
val pp : Format.formatter -> t -> unit
val to_b58check : t -> string
val to_short_b58check : t -> string
val of_b58check_exn : string -> t
val of_b58check_opt : string -> t option
val b58check_encoding : t Base58.encoding
val encoding : t Data_encoding.t
val zero : t
val check : ?watermark:MBytes.t -> Public_key.t -> t -> MBytes.t -> bool