diff options
| author | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-04-18 12:45:00 -0700 |
|---|---|---|
| committer | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-05-02 13:39:18 -0700 |
| commit | 8b09f614f9cc5038c71c6d75af6ab65071cca951 (patch) | |
| tree | e651ebd2a5c9018e057e88673c3addbb632345c9 /vendor/vendor.json | |
| parent | 49b3026574ab692cfabcabe90751b163a76df31b (diff) | |
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
Diffstat (limited to 'vendor/vendor.json')
| -rw-r--r-- | vendor/vendor.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/vendor.json b/vendor/vendor.json index 48a686f..af0774f 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -15,6 +15,12 @@ "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", "revision": "" |