Imports of package v2

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
cryptoPackage crypto collects common cryptographic constants.
crypto/randPackage rand implements a cryptographically secure random number generator.
crypto/rsaPackage rsa implements RSA encryption as specified in PKCS #1 and RFC 8017.
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
crypto/sha512Package sha512 implements the SHA-384, SHA-512, SHA-512/224, and SHA-512/256 hash algorithms as defined in FIPS 180-4.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/ProtonMail/go-crypto/openpgp/armorPackage armor implements OpenPGP ASCII Armor, see RFC 4880.
github.com/ProtonMail/go-crypto/openpgp/ecdhPackage ecdh implements ECDH encryption, suitable for OpenPGP, as specified in RFC 6637, section 8.
github.com/ProtonMail/go-crypto/openpgp/ecdsaPackage ecdsa implements ECDSA signature, suitable for OpenPGP, as specified in RFC 6637, section 5.
github.com/ProtonMail/go-crypto/openpgp/ed25519Package ed25519 implements the ed25519 signature algorithm for OpenPGP as defined in the Open PGP crypto refresh.
github.com/ProtonMail/go-crypto/openpgp/ed448Package ed448 implements the ed448 signature algorithm for OpenPGP as defined in the Open PGP crypto refresh.
github.com/ProtonMail/go-crypto/openpgp/eddsaPackage eddsa implements EdDSA signature, suitable for OpenPGP, as specified in https://datatracker.ietf.org/doc/html/draft-ietf-openpgp-crypto-refresh-06#section-13.7
github.com/ProtonMail/go-crypto/openpgp/errorsPackage errors contains common error types for the OpenPGP packages.
github.com/ProtonMail/go-crypto/openpgp/internal/algorithm
github.com/ProtonMail/go-crypto/openpgp/internal/eccPackage ecc implements a generic interface for ECDH, ECDSA, and EdDSA.
github.com/ProtonMail/go-crypto/openpgp/packetPackage packet implements parsing and serialization of OpenPGP packets, as specified in RFC 4880.
github.com/ProtonMail/go-crypto/openpgp/x25519
github.com/ProtonMail/go-crypto/openpgp/x448
golang.org/x/crypto/sha3Package sha3 implements the SHA-3 hash algorithms and the SHAKE extendable output functions defined in FIPS 202.
hashPackage hash provides interfaces for hash functions.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
math/bigPackage big implements arbitrary-precision arithmetic (big numbers).
strconvPackage strconv implements conversions to and from string representations of basic data types.
timePackage time provides functionality for measuring and displaying time.