https://github.com/status-im/nim-keccak-tiny
A wrapper for the keccak-tiny C library
https://github.com/status-im/nim-keccak-tiny
Last synced: about 20 hours ago
JSON representation
A wrapper for the keccak-tiny C library
- Host: GitHub
- URL: https://github.com/status-im/nim-keccak-tiny
- Owner: status-im
- License: apache-2.0
- Created: 2018-01-04T16:41:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-31T15:30:50.000Z (about 6 years ago)
- Last Synced: 2025-04-15T18:07:57.260Z (7 days ago)
- Language: C
- Size: 35.2 KB
- Stars: 8
- Watchers: 35
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHEv2
Awesome Lists containing this project
README
# nim-keccak-tiny
[")](https://travis-ci.org/status-im/nim-keccak-tiny)
[")](https://ci.appveyor.com/project/nimbus/nim-keccak-tiny)
[](https://opensource.org/licenses/Apache-2.0)
[](https://opensource.org/licenses/MIT)
A wrapper for the keccak-tiny C library
**Warning!** A native Nim implementation of SHA3 and Keccak is now available in the [nimcrypto](https://github.com/cheatfate/nimcrypto) library. We recommend using it.
## License
Licensed and distributed under either of
* MIT license: [LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT
or
* Apache License, Version 2.0, ([LICENSE-APACHEv2](LICENSE-APACHEv2) or http://www.apache.org/licenses/LICENSE-2.0)
at your option. This file may not be copied, modified, or distributed except according to those terms.