cast/blake

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

Maintainers

Package info

github.com/windlace/blake

pkg:composer/cast/blake

Statistics

Installs: 20

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

0.1 2020-04-27 15:29 UTC

This package is auto-updated.

Last update: 2026-02-27 23:54:57 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.