]> granicus.if.org Git - php/commit
Add hash_hkdf()
authorAndrey Andreev <narf@devilix.net>
Wed, 11 Jan 2017 19:54:38 +0000 (21:54 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Sat, 14 Jan 2017 12:28:21 +0000 (13:28 +0100)
commit4bf7ef08061720586cb0a2f410720e26719d97f3
treee7e35aa3819ebfd2ae2a86baa052604265af75fa
parent687b02789e3bad3137eba4bff74273c6eb6f1aba
Add hash_hkdf()
NEWS
UPGRADING
ext/hash/hash.c
ext/hash/php_hash.h
ext/hash/tests/hash_hkdf_basic.phpt [new file with mode: 0644]
ext/hash/tests/hash_hkdf_edges.phpt [new file with mode: 0644]
ext/hash/tests/hash_hkdf_error.phpt [new file with mode: 0644]
ext/hash/tests/hash_hkdf_rfc5869.phpt [new file with mode: 0644]