| bytes | Package bytes implements functions for the manipulation of byte slices. |
| crypto/cipher | Package cipher implements standard block cipher modes that can be wrapped around low-level block cipher implementations. |
| crypto/des | Package des implements the Data Encryption Standard (DES) and the Triple Data Encryption Algorithm (TDEA) as defined in U.S. |
| crypto/ecdsa | Package ecdsa implements the Elliptic Curve Digital Signature Algorithm, as defined in FIPS 186-3. |
| crypto/hmac | Package hmac implements the Keyed-Hash Message Authentication Code (HMAC) as defined in U.S. |
| crypto/rsa | Package rsa implements RSA encryption as specified in PKCS#1. |
| crypto/sha1 | Package sha1 implements the SHA1 hash algorithm as defined in RFC 3174. |
| crypto/x509 | Package x509 parses X.509-encoded keys and certificates. |
| crypto/x509/pkix | Package pkix contains shared, low level structures used for ASN.1 parsing and serialization of X.509 certificates, CRL and OCSP. |
| encoding/asn1 | Package asn1 implements parsing of DER-encoded ASN.1 data structures, as defined in ITU-T Rec X.690. |
| encoding/hex | Package hex implements hexadecimal encoding and decoding. |
| encoding/pem | Package pem implements the PEM data encoding, which originated in Privacy Enhanced Mail. |
| errors | Package errors implements functions to manipulate errors. |
| golang.org/x/crypto/pkcs12/internal/rc2 | Package rc2 implements the RC2 cipher |
| math/big | Package big implements arbitrary-precision arithmetic (big numbers). |
| unicode/utf16 | Package utf16 implements encoding and decoding of UTF-16 sequences. |