Imports of package encryption

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
crypto/aesPackage aes implements AES encryption (formerly Rijndael), as defined in U.S. Federal Information Processing Standards Publication 197.
crypto/cipherPackage cipher implements standard block cipher modes that can be wrapped around low-level block cipher implementations.
crypto/randPackage rand implements a cryptographically secure random number generator.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/apache/arrow/go/v10/arrow/memoryPackage memory provides support for allocating and manipulating memory at a low level.
github.com/apache/arrow/go/v10/parquetPackage parquet provides an implementation of Apache Parquet for Go.
ioPackage io provides basic interfaces to I/O primitives.
unsafePackage unsafe contains operations that step around the type safety of Go programs.