]> git.apps.os.sepia.ceph.com Git - fscrypt.git/commit
vendor: adding in golang.org/x/crypto/hkdf
authorJoe Richey joerichey@google.com <joerichey@google.com>
Tue, 18 Apr 2017 19:45:00 +0000 (12:45 -0700)
committerJoe Richey joerichey@google.com <joerichey@google.com>
Tue, 2 May 2017 20:39:18 +0000 (13:39 -0700)
commit8b09f614f9cc5038c71c6d75af6ab65071cca951
treee651ebd2a5c9018e057e88673c3addbb632345c9
parent49b3026574ab692cfabcabe90751b163a76df31b
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/golang.org/x/crypto/LICENSE [new file with mode: 0644]
vendor/golang.org/x/crypto/PATENTS [new file with mode: 0644]
vendor/golang.org/x/crypto/hkdf/hkdf.go [new file with mode: 0644]
vendor/vendor.json