cast/blake

Blake pure PHP based on https://github.com/decred/decred-php-api

0.1 2020-04-27 15:29 UTC

This package is auto-updated.

Last update: 2024-04-28 00:32:59 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.