package key-parsers

  1. Overview
  2. Docs
type field_element = Cstruct.t
val field_element_grammar : field_element Asn.t
type curve = {
  1. a : field_element;
  2. b : field_element;
  3. seed : Cstruct.t option;
}
val curve_grammar : curve Asn.t
type t = {
  1. field : Field.t;
  2. curve : curve;
  3. base : point;
  4. order : Z.t;
  5. cofactor : Z.t option;
}
val grammar : t Asn.t
OCaml

Innovation. Community. Security.