package key-parsers

  1. Overview
  2. Docs

Module Secret_key.S2kSource

Sourcetype s2k_type =
  1. | Simple
  2. | Salted
  3. | Iterated_salted
  4. | Unknown
Sourceval name : s2k_type -> string
Sourcetype t =
  1. | Simple of Algo.Hash.t
  2. | Salted of Algo.Hash.t * int64
  3. | Iterated_salted of Algo.Hash.t * int64 * int
Sourceval compare : t -> t -> Ppx_deriving_runtime.int
OCaml

Innovation. Community. Security.