Imports of package provision

PathSynopsis
crypto/hmacPackage hmac implements the Keyed-Hash Message Authentication Code (HMAC) as defined in U.S. Federal Information Processing Standards Publication 198.
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
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.
go.mau.fi/libsignal/cipherCBC describes a block cipher mode.
go.mau.fi/libsignal/eccPackage ecc provides a way to generate, sign, and use Elliptic-Curve X25519 Cryptography keys.
go.mau.fi/libsignal/kdfPackage kdf provides a key derivation function to calculate key output and negotiate shared secrets for curve X25519 keys.
go.mau.fi/libsignal/keys/rootPackage root provides root keys which are used to derive new chain and root keys in a ratcheting session.
go.mau.fi/libsignal/util/bytehelper