A wrapper for the keccak-tiny C library
Go to file
Zahary Karadjov 394d9f4ea6 Specify the copyright holders properly 2018-02-27 20:10:12 +02:00
keccak-tiny Add a Keccak implementation matching the original SHA3 competition submission 2018-01-05 15:08:38 +02:00
tests Add a helper for constructing hash values from their hex digests 2018-01-17 11:13:34 +02:00
.gitignore Add a helper for constructing hash values from their hex digests 2018-01-17 11:13:34 +02:00
.travis.yml Add travis 2018-02-26 14:30:29 +02:00
LICENSE Specify the copyright holders properly 2018-02-27 20:10:12 +02:00
README.md Add travis 2018-02-26 14:30:29 +02:00
keccak_tiny.nim use the new status-im/nim-ranges library 2018-02-16 17:01:14 +02:00
keccak_tiny.nimble Specify the copyright holders properly 2018-02-27 20:10:12 +02:00

README.md

nim-keccak-tiny

Build Status

A wrapper for the keccak-tiny C library