Imports of package encryption

PathSynopsis
crypto/randPackage rand implements a cryptographically secure random number generator.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/fernet/fernet-goPackage fernet takes a user-provided message (an arbitrary sequence of bytes), a key (256 bits), and the current time, and produces a token, which contains the message in a form that can't be read or altered without the key.
github.com/gogo/protobuf/protoPackage proto converts data structures to and from the wire format of protocol buffers.
github.com/moby/swarmkit/v2/api
github.com/pkg/errorsPackage errors provides simple error handling primitives.
golang.org/x/crypto/nacl/secretboxPackage secretbox encrypts and authenticates small messages.
ioPackage io provides basic interfaces to I/O primitives.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.