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.