cast/skein

Skein-256,基于 https://github.com/shift-reality/php-crypto 的纯PHP实现

0.1 2020-04-27 16:08 UTC

This package is auto-updated.

Last update: 2024-08-28 01:13:00 UTC


README

纯PHP实现,不依赖任何扩展

安装

composer require cast/skein

使用方法

<?php

use function Cast\Crypto\Skein\skein256;

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

基于 https://github.com/shift-reality/php-crypto