package key-parsers

  1. Overview
  2. Docs

Module Packet.Public_keySource

Sourcemodule Value : sig ... end
Sourcetype t = {
  1. version : int;
  2. creation_time : int32;
  3. validity_period : int option;
  4. algo : Algo.Public.t;
  5. public_key : Value.t;
}
Sourceval compare : t -> t -> Ppx_deriving_runtime.int
Sourceval decode : Cstruct.t -> (Cstruct.t * t, string) result
OCaml

Innovation. Community. Security.