package key-parsers

  1. Overview
  2. Docs
type t = {
  1. p : Z.t;
  2. g : Z.t;
  3. l : Z.t option;
}
val grammar : t Asn.t
val encode : t -> Cstruct.t
val decode : Cstruct.t -> (t, string) Result.result
OCaml

Innovation. Community. Security.