Module wkd

Source
Available on crate feature key-discovery only.
Expand description

§WKD key discovery

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.

Functions§

get_all
Gets public keys associated to the given emails.
get_one
Gets the public key associated to the given email.