package key-parsers

  1. Overview
  2. Docs

Module Rsa.PrivateSource

Sourcetype other_prime = {
  1. r : Z.t;
  2. d : Z.t;
  3. t : Z.t;
}
Sourcetype t = {
  1. n : Z.t;
  2. e : Z.t;
  3. d : Z.t;
  4. p : Z.t;
  5. q : Z.t;
  6. dp : Z.t;
  7. dq : Z.t;
  8. qinv : Z.t;
  9. other_primes : other_prime list;
}
Sourceval compare : t -> t -> Ppx_deriving_runtime.int
Sourceval other_prime_grammar : other_prime Asn.t
Sourceval grammar : t Asn.t
Sourceval encode : t -> Cstruct.t
Sourceval decode : Cstruct.t -> (t, string) Result.result
OCaml

Innovation. Community. Security.