package key-parsers

  1. Overview
  2. Docs
type t = {
  1. e : Z.t;
  2. n : Z.t;
}
val compare : t -> t -> Ppx_deriving_runtime.int
val to_yojson : t -> Yojson.Safe.t
val decode : Cstruct.t -> (t, string) Result.result
OCaml

Innovation. Community. Security.