Imports of package chacha20

PathSynopsis
crypto/cipherPackage cipher implements standard block cipher modes that can be wrapped around low-level block cipher implementations.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
errorsPackage errors implements functions to manipulate errors.
golang.org/x/crypto/internal/aliasPackage alias implements memory aliasing tests.
math/bitsPackage bits implements bit counting and manipulation functions for the predeclared unsigned integer types.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.