cast / blake
Blake pure PHP based on https://github.com/decred/decred-php-api
0.1
2020-04-27 15:29 UTC
Requires
- php: ^7.3
Requires (Dev)
- phpunit/phpunit: ^7
This package is auto-updated.
Last update: 2024-10-28 01:29:25 UTC
README
Pure PHP-implementation without any extensions
Install:
composer require cast/blake
Usage:
<?php use function Cast\Crypto\Blake\blake256; blake256('The quick brown fox jumps over the lazy dog'); // 7576698ee9cad30173080678e5965916adbb11cb5245d386bf1ffda1cb26c9d7
Based on https://github.com/decred/decred-php-api.