Imports of package encrypted

PathSynopsis
crypto/randPackage rand implements a cryptographically secure random number generator.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
golang.org/x/crypto/nacl/secretboxPackage secretbox encrypts and authenticates small messages.
golang.org/x/crypto/scryptPackage scrypt implements the scrypt key derivation function as defined in Colin Percival's paper "Stronger Key Derivation via Sequential Memory-Hard Functions" (https://www.tarsnap.com/scrypt/scrypt.pdf).
ioPackage io provides basic interfaces to I/O primitives.