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

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

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.