A wrapper for the keccak-tiny C library
Go to file
sc0Vu 8e563f3171 Fix: command substitution: line 2: syntax error near unexpected token || 2019-03-31 18:30:48 +03:00
keccak_tiny Fix: command substitution: line 2: syntax error near unexpected token || 2019-03-31 18:30:48 +03: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 2019-01-02 14:54:30 +01: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

or

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