crypto | Package crypto collects common cryptographic constants. |
crypto/rand | Package rand implements a cryptographically secure random number generator. |
crypto/rsa | Package rsa implements RSA encryption as specified in PKCS #1 and RFC 8017. |
crypto/sha1 | Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174. |
crypto/sha256 | Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4. |
crypto/x509 | Package x509 implements a subset of the X.509 standard. |
encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
unicode/utf16 | Package utf16 implements encoding and decoding of UTF-16 sequences. |