deemru/blake2b
最新稳定版本:1.0.1
Composer 安装命令:
composer require deemru/blake2b
包简介
BLAKE2 hash function on pure PHP
README 文档
README
Blake2b implements BLAKE2 hash function on pure PHP.
- Cryptographically compatible Blake2b
- If you have PHP >= 7.2 with Sodium, please use
sodium_crypto_generichash()
Usage
$blake2b = new Blake2b(); $hash = $blake2b->hash( 'Hello, world!' ); if( $hash !== hex2bin( 'b5da441cfe72ae042ef4d2b17742907f675de4da57462d4c3609c2e2ed755970' ) ) exit( 1 );
Requirements
- PHP >= 5.4
Installation
Require through Composer:
{
"require": {
"deemru/blake2b": "1.0.*"
}
}
统计信息
- 总下载量: 20.74k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 1
- 依赖项目数: 7
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-02-02