package key-parsers

  1. Overview
  2. Docs

Module Packet.Secret_keySource

Sourcemodule S2k : sig ... end
Sourcetype t = {
  1. public_key : Public_key.t;
  2. s2k : S2k.t option;
  3. initial_vector : string option;
  4. private_key : Private_key_value.t option;
  5. checksum : string option;
  6. hash : string option;
}
Sourceval compare : t -> t -> Ppx_deriving_runtime.int
Sourceval decode : Cstruct.t -> (t, string) result
OCaml

Innovation. Community. Security.