narf/hash_hkdf_compat

hash_hkdf() compat package

Maintainers

👁 Narf

Package info

github.com/narfbg/hash_hkdf_compat

pkg:composer/narf/hash_hkdf_compat

Statistics

Installs: 35 345

Dependents: 0

Suggesters: 0

Stars: 4

Open Issues: 0

1.0.1 2017-02-23 21:07 UTC

Requires

  • php: >=5.1.2
  • ext-hash: *

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

ISC b6bff2acd2b88d27c89dd3e90bbbf3c1e090df28

  • Andrey Andreev <narf.woop@devilix.net>

cryptographycryptohkdfhash_hkdf

This package is not auto-updated.

Last update: 2026-06-21 10:31:38 UTC


README

👁 Build Status

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.