A wrapper for the keccak-tiny C library
Go to file
zah a04bf443a3 Update README.md
Co-Authored-By: yglukhov <yuriy.glukhov@gmail.com>
2018-10-24 13:02:44 +03:00
keccak_tiny Update package structure to work with the latest Nimble. 2018-09-13 15:48:31 -05:00
tests Add a helper for constructing hash values from their hex digests 2018-01-17 11:13:34 +02:00
.appveyor.yml appveyor: fix version check 2018-09-06 12:07:42 -06:00
.gitignore Revent an unnecessary change in .gitignore 2018-09-14 11:07:42 +03:00
.travis.yml ci: update 2018-09-04 22:51:20 -06:00
LICENSE-APACHEv2 ci: update 2018-09-04 22:51:20 -06:00
LICENSE-MIT ci: update 2018-09-04 22:51:20 -06:00
README.md Update README.md 2018-10-24 13:02:44 +03:00
keccak_tiny.nim Fix a wrong path. 2018-09-14 11:10:16 +03:00
keccak_tiny.nimble Fix Nimble dependency. (#5) 2018-09-11 09:51:59 +02:00

README.md

nim-keccak-tiny

Build Status (Travis) Windows build status (Appveyor) License: Apache License: MIT Stability: experimental

A wrapper for the keccak-tiny C library

Warning! A native Nim implementation of SHA3 and Keccak is now available in the nimcrypto library. We recommend using it.

License

Licensed and distributed under either of

at your option. This file may not be copied, modified, or distributed except according to those terms.