2017-25 © Pedro PelÔez
 

library keccak

Pure PHP implementation of Keccak. Fork from kornrunner/php-keccak, support PHP 7.0

image

greensea/keccak

Pure PHP implementation of Keccak. Fork from kornrunner/php-keccak, support PHP 7.0

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 21 Forks
  • 0 Open issues
  • 5 Versions
  • 545 % Grown

The README.md

php-keccak Build Status Coverage Status

Pure PHP implementation of Keccak (SHA-3), (*1)

Usage

```php <?php, (*2)

use kornrunner\Keccak;, (*3)

Keccak::hash('', 224); // f71837502ba8e10837bdd8d365adb85591895602fc552b48b7390abd, (*4)

Keccak::hash('', 256); // c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470, (*5)

Keccak::hash('', 384); // 2c23146a63a29acf99e73b88f8c24eaa7dc60aa771780ccc006afbfa8fe2479b2dd2b21362337441ac12b515911957ff, (*6)

Keccak::hash('', 512); // 0eab42de4c3ceb9235fc91acffe746b29c29a8c366b7c60e4e67c466f36a4304c00fa9caf9d87976ba469bcbe06713b435f091ef2769fb160cdab33d3670680e, (*7)

Keccak::shake('', 128, 256); // 7f9c2ba4e88f827d616045507605853ed73b8093f6efbc88eb1a6eacfa66ef26, (*8)

Keccak::shake('', 256, 512); // 46b9dd2b0ba88d13233b3feb743eeb243fcd52ea62b81b82b50c27646ed5762fd75dc4ddd8c0f200cb05019d67b592f6fc821c49479ab48640292eacb3b7c4be, (*9)

The Versions

02/05 2018

dev-master

9999999-dev

Pure PHP implementation of Keccak. Fork from kornrunner/php-keccak, support PHP 7.0

  Sources   Download

MIT

The Requires

  • php >=7.0.0
  • ext-mbstring *

 

The Development Requires

keccak sha-3

02/05 2018

1.0.3

1.0.3.0

Pure PHP implementation of Keccak. Fork from kornrunner/php-keccak, support PHP 7.0

  Sources   Download

MIT

The Requires

  • php >=7.0.0
  • ext-mbstring *

 

The Development Requires

keccak sha-3

05/03 2018

1.0.2

1.0.2.0

Pure PHP implementation of Keccak

  Sources   Download

MIT

The Requires

  • php >=7.1.0

 

The Development Requires

keccak sha-3

08/12 2017

1.0.1

1.0.1.0

Pure PHP implementation of Keccak

  Sources   Download

GPL-3.0

The Requires

  • php >=7.1.0

 

The Development Requires

keccak sha-3

01/12 2017

1.0.0

1.0.0.0

Pure PHP implementation of Keccak

  Sources   Download

MIT

The Requires

  • php >=7.1.0

 

The Development Requires

keccak sha-3