package key-parsers

  1. Overview
  2. Docs
type t = {
  1. p : Z.t;
  2. q : Z.t;
  3. g : Z.t;
}
val grammar : t Asn.t
val encode : t -> Cstruct.t
val decode : Cstruct.t -> t