package key-parsers

  1. Overview
  2. Docs
type t = {
  1. n : Z.t;
  2. e : Z.t;
}
val compare : t -> t -> Ppx_deriving_runtime.int
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val equal : t -> t -> Ppx_deriving_runtime.bool
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val decode : Cstruct.t -> (t, string) Result.result
OCaml

Innovation. Community. Security.