cast/blake

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

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/cast/blake

0.1 2020-04-27 15:29 UTC

This package is auto-updated.

Last update: 2025-09-28 03:31:08 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.