Module: type/keyid

type/keyid

Implementation of type key id (RFC4880 3.3)

A Key ID is an eight-octet scalar that identifies a key. Implementations SHOULD NOT assume that Key IDs are unique. The section "Enhanced Key Formats" below describes how Key IDs are formed.

new (require("type/keyid"))()

Source:
Source:

Requires

Methods

read(input)

Parsing method for a key id
Parameters:
Name Type Description
input String Input to read the key id from
Source: