Module pgp::wkd

source ·
Expand description

Module dedicated to Web Key Directory.

Since HKP is just HTTP, this module only contains a function that formats a given URI to match [HKP specs].

A Web Key Directory is a Web service that can be queried with email addresses to obtain the associated OpenPGP keys.

This module has been heavily inspired by the great work from the sequoia team.

Enums

  • Errors related to WKD.

Functions

  • Gets public keys associated to the given emails.
  • Gets the public key associated to the given email.