hash_hkdf()
compatibility package for PHP versions prior to 7.1.2.
Can run even on PHP 5.1.2, as long as you haven't disabled ext/hash.
Via Composer (recommended)
composer require narf/hash_hkdf_compat
git clone
or download and extract an archived version from
here
and require
the src/hash_hkdf.php file.