crypto: golang.org/x/crypto/openpgp Index | Files | Directories

Packages imported by openpgp

PathSynopsis
cryptoPackage crypto collects common cryptographic constants.
crypto/rsaPackage rsa implements RSA encryption as specified in PKCS#1.
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
golang.org/x/crypto/openpgp/armorPackage armor implements OpenPGP ASCII Armor, see RFC 4880.
golang.org/x/crypto/openpgp/errorsPackage errors contains common error types for the OpenPGP packages.
golang.org/x/crypto/openpgp/packetPackage packet implements parsing and serialization of OpenPGP packets, as specified in RFC 4880.
golang.org/x/crypto/openpgp/s2kPackage s2k implements the various OpenPGP string-to-key transforms as specified in RFC 4800 section 3.7.1.
hashPackage hash provides interfaces for hash functions.
ioPackage io provides basic interfaces to I/​O primitives.
strconvPackage strconv implements conversions to and from string representations of basic data types.
timePackage time provides functionality for measuring and displaying time.