Imports of package auth

PathSynopsis
crypto/md5Package md5 implements the MD5 hash algorithm as defined in RFC 1321.
crypto/randPackage rand implements a cryptographically secure random number generator.
crypto/sha1Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
encoding/csvPackage csv reads and writes comma-separated values (CSV) files.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.