cast/skein

Skein-256 pure PHP based on https://github.com/shift-reality/php-crypto

0.1 2020-04-27 16:08 UTC

This package is auto-updated.

Last update: 2024-04-28 00:27:56 UTC


README

Pure PHP-implementation without any extensions

Install:

composer require cast/skein

Usage:

<?php

use function Cast\Crypto\Skein\skein256;

skein256('The quick brown fox jumps over the lazy dog');
// b3250457e05d3060b1a4bbc1428bc75a3f525ca389aeab96cfa34638d96e492a

Based on https://github.com/shift-reality/php-crypto.