narf/hash_hkdf_compat

hash_hkdf() 兼容包

1.0.1 2017-02-23 21:07 UTC

This package is not auto-updated.

Last update: 2024-09-15 01:27:21 UTC


README

Build Status

hash_hkdf() 兼容包,适用于 PHP 7.1.2 之前的版本。

安装

只要没有禁用 ext/hash 扩展,即使在 PHP 5.1.2 上也可以运行。

通过 Composer (推荐)

composer require narf/hash_hkdf_compat

手动

使用 git clone 或从 此处 下载并解压缩存档版本,然后 require src/hash_hkdf.php 文件。