An open API service indexing awesome lists of open source software.

https://github.com/kornrunner/php-keccak

Pure PHP implementation of Keccak (SHA-3)
https://github.com/kornrunner/php-keccak

keccak sha-3 sha3-256

Last synced: 6 months ago
JSON representation

Pure PHP implementation of Keccak (SHA-3)

Awesome Lists containing this project

README

          

# php-keccak [![Tests](https://github.com/kornrunner/php-keccak/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/kornrunner/php-keccak/actions/workflows/tests.yml) [![Coverage Status](https://coveralls.io/repos/github/kornrunner/php-keccak/badge.svg?branch=master)](https://coveralls.io/github/kornrunner/php-keccak?branch=master) [![Latest Stable Version](https://poser.pugx.org/kornrunner/keccak/v/stable)](https://packagist.org/packages/kornrunner/keccak)
Pure PHP implementation of Keccak (SHA-3)

## Usage

```php