Ecosyste.ms: Awesome
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: about 5 hours ago
JSON representation
Pure PHP implementation of Keccak (SHA-3)
- Host: GitHub
- URL: https://github.com/kornrunner/php-keccak
- Owner: kornrunner
- License: mit
- Created: 2017-12-01T14:57:30.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-09-16T18:20:30.000Z (over 1 year ago)
- Last Synced: 2024-05-17T14:05:30.000Z (8 months ago)
- Topics: keccak, sha-3, sha3-256
- Language: PHP
- Homepage:
- Size: 246 KB
- Stars: 115
- Watchers: 7
- Forks: 49
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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