crypto/aes | Package aes implements AES encryption (formerly Rijndael), as defined in U.S. Federal Information Processing Standards Publication 197. |
crypto/cipher | Package cipher implements standard block cipher modes that can be wrapped around low-level block cipher implementations. |
crypto/rand | Package rand implements a cryptographically secure random number generator. |
encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
errors | Package errors implements functions to manipulate errors. |
io | Package io provides basic interfaces to I/O primitives. |