https://github.com/chucheng92/keccak
:lemon:SHA-3 algorithm Keccak Implementation
https://github.com/chucheng92/keccak
keccak sha-3
Last synced: 6 months ago
JSON representation
:lemon:SHA-3 algorithm Keccak Implementation
- Host: GitHub
- URL: https://github.com/chucheng92/keccak
- Owner: chucheng92
- Created: 2017-03-18T06:46:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-18T07:39:15.000Z (over 8 years ago)
- Last Synced: 2025-03-28T15:11:38.048Z (7 months ago)
- Topics: keccak, sha-3
- Language: Java
- Homepage: http://rann.cc
- Size: 9.77 KB
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What
SHA-3 algorithm
## Usage
- [x] Digests.Keccak(224)
- [x] Digests.Keccak(256)
- [x] Digests.Keccak(384)
- [x] Digests.Keccak(512)
ps:if you want to get `Hex String` output, you need to translate `byte[]` to `Hex String`.
## License
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.
See the [GNU Lesser General Public License](https://www.gnu.org/licenses/lgpl-3.0-standalone.html) for more details.