package key-parsers

  1. Overview
  2. Docs
type t = {
  1. k : Cstruct.t;
  2. params : Params.t option;
  3. public_key : Public.t option;
}
val grammar : t Asn.t
val encode : t -> Cstruct.t
val decode : Cstruct.t -> t
OCaml

Innovation. Community. Security.