All Projects → jedisct1 → keccak-php

jedisct1 / keccak-php

Licence: other
Keccak (SHA-3) extension for PHP

Programming Languages

PHP
23972 projects - #3 most used programming language
c
50402 projects - #5 most used programming language

Keccak-512 (SHA-3) for PHP

Usage:

keccak_hash(message)

outputs keccak-512(message) as a 64-byte string.

Installation

$ phpize
$ ./configure --enable-keccak
$ make install

And add extension=keccak.so to your php.ini configuration file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].