package key-parsers

  1. Overview
  2. Docs

Module Packet.SignatureSource

Sourcemodule Subpacket : sig ... end
Sourcetype signature_type =
  1. | Revocation
  2. | Subkey_binding
  3. | User_certification
  4. | Other
Sourcetype t = {
  1. tag : int;
  2. version : int;
  3. signature_type : signature_type;
  4. subpackets : Subpacket.t list;
}
Sourceval compare : t -> t -> Ppx_deriving_runtime.int
Sourceval decode : Cstruct.t -> (t, string) result
OCaml

Innovation. Community. Security.