Imports of package box

PathSynopsis
crypto/randPackage rand implements a cryptographically secure random number generator.
golang.org/x/crypto/blake2bPackage blake2b implements the BLAKE2b hash algorithm defined by RFC 7693 and the extendable output function (XOF) BLAKE2Xb.
golang.org/x/crypto/curve25519Package curve25519 provides an implementation of the X25519 function, which performs scalar multiplication on the elliptic curve known as Curve25519.
golang.org/x/crypto/nacl/secretboxPackage secretbox encrypts and authenticates small messages.
golang.org/x/crypto/salsa20/salsaPackage salsa provides low-level access to functions in the Salsa family.
ioPackage io provides basic interfaces to I/O primitives.