narf / hash_hkdf_compat
hash_hkdf() compat package
Installs: 31 066
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 3
Open Issues: 0
Requires
- php: >=5.1.2
- ext-hash: *
Requires (Dev)
- phpunit/phpunit: 4.* || 5.*
This package is not auto-updated.
Last update: 2024-10-27 02:09:35 UTC
README
hash_hkdf()
compatibility package for PHP versions prior to 7.1.2.
Installation
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
Manual
git clone
or download and extract an archived version from
here
and require
the src/hash_hkdf.php file.