package key-parsers

  1. Overview
  2. Docs

Module Asn1.Dsa_private_keySource

Sourcetype t = {
  1. p : Derivable.Z.t;
  2. q : Derivable.Z.t;
  3. g : Derivable.Z.t;
  4. public_key : Derivable.Z.t;
  5. private_key : Derivable.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