Imports of package alwaysencrypted

PathSynopsis
cryptoPackage crypto collects common cryptographic constants.
crypto/randPackage rand implements a cryptographically secure random number generator.
crypto/rsaPackage rsa implements RSA encryption as specified in PKCS #1 and RFC 8017.
crypto/sha1Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174.
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
crypto/x509Package x509 implements a subset of the X.509 standard.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
unicode/utf16Package utf16 implements encoding and decoding of UTF-16 sequences.