From 8b09f614f9cc5038c71c6d75af6ab65071cca951 Mon Sep 17 00:00:00 2001 From: "Joe Richey joerichey@google.com" Date: Tue, 18 Apr 2017 12:45:00 -0700 Subject: vendor: adding in golang.org/x/crypto/hkdf This commit adds in the golang.org/x/crypto/hkdf package which contains the HMAC-based Extract-and-Expand Key Derivation Function (HKDF) as defined in RFC 5869. This package will be used later in the crypto package to stretch a single cryptographic key into multiple keys. Change-Id: I387230344bdeadc7d38c46994a228eecda2e12bd --- vendor/vendor.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'vendor/vendor.json') diff --git a/vendor/vendor.json b/vendor/vendor.json index 48a686f..af0774f 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -14,6 +14,12 @@ "revision": "2bba0603135d7d7f5cb73b2125beeda19c09f4ef", "revisionTime": "2017-03-31T03:19:02Z" }, + { + "checksumSHA1": "4D8hxMIaSDEW5pCQk22Xj4DcDh4=", + "path": "golang.org/x/crypto/hkdf", + "revision": "efac7f277b17c19894091e358c6130cb6bd51117", + "revisionTime": "2017-04-18T01:50:50Z" + }, { "checksumSHA1": "KWagmSPuJfztcD7dcZekYeZJ6Fg=", "path": "golang.org/x/sys/unix", -- cgit v1.2.3