package key-parsers

  1. Overview
  2. Docs
type t =
  1. | Rsa of Rsa.Public.t
  2. | Dsa of Dsa.Public.t
  3. | Elgamal of Elgamal.Public.t
val compare : t -> t -> Ppx_deriving_runtime.int
val equal : t -> t -> Ppx_deriving_runtime.bool
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit