package key-parsers

  1. Overview
  2. Docs

Module Dsa.ParamsSource

Sourcetype t = {
  1. p : Z.t;
  2. q : Z.t;
  3. g : Z.t;
}
Sourceval compare : t -> t -> Ppx_deriving_runtime.int
Sourceval grammar : t Asn.t
Sourceval encode : t -> Cstruct.t
Sourceval decode : Cstruct.t -> (t, string) Result.result
OCaml

Innovation. Community. Security.