package key-parsers

  1. Overview
  2. Docs
type basis =
  1. | GN
  2. | TP of Z.t
  3. | PP of Z.t * Z.t * Z.t
val basis_grammar : basis Asn.t
type characteristic_two_params = {
  1. m : Z.t;
  2. basis : basis;
}
val ctwo_params_grammar : characteristic_two_params Asn.t
type t =
  1. | Prime of Z.t
  2. | C_two of characteristic_two_params
val grammar : t Asn.t
OCaml

Innovation. Community. Security.