Module Tezos_protocol_environment_023_PtSeouLo.Bls
val to_bytes : t -> bytesval of_bytes_opt : bytes -> t optionval of_bytes_exn : bytes -> tval (<>) : t -> t -> boolval (<=) : t -> t -> boolval (>=) : t -> t -> boolval compare : t -> t -> intval equal : t -> t -> boolval to_b58check : t -> stringval to_short_b58check : t -> stringval of_b58check_exn : string -> tval of_b58check_opt : string -> t optionval check : ?watermark:bytes -> Public_key.t -> t -> bytes -> boolval aggregate_check : (Public_key.t * bytes option * bytes) list -> t -> boolval aggregate_signature_opt : ?subgroup_check:bool -> t list -> t optionval aggregate_signature_weighted_opt : 
  ?subgroup_check:bool ->
  (Z.t * t) list ->
  t option