UNPKG

@openpgp/wkd-client

Version:

A client for the Web Key Directory (WKD) protocol in order to lookup keys on designated servers.

5 lines (4 loc) 112 B
export default class WKD { constructor(); public lookup(options: { email: string }): Promise<Uint8Array>; }