Imports of package chacha20poly1305

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/chacha20Package chacha20 implements the ChaCha20 and XChaCha20 encryption algorithms as specified in RFC 8439 and draft-irtf-cfrg-xchacha-01.
golang.org/x/crypto/internal/aliasPackage alias implements memory aliasing tests.
golang.org/x/crypto/internal/poly1305Package poly1305 implements Poly1305 one-time message authentication code as specified in https://cr.yp.to/mac/poly1305-20050329.pdf.
golang.org/x/sys/cpuPackage cpu implements processor feature detection for various CPU architectures.