A wrapper for the keccak-tiny C library
Go to file
Zahary Karadjov 05a49a3922 small optimization 2018-01-31 23:48:46 +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
LICENSE Initial commit 2018-01-04 18:41:07 +02:00
README.md Initial commit 2018-01-04 18:41:07 +02:00
keccak_tiny.nim small optimization 2018-01-31 23:48:46 +02:00
keccak_tiny.nimble support linking nim programs with a local copy of keccak-tiny 2018-01-05 03:07:33 +02:00

README.md

nim-keccak-tiny

A wrapper for the keccak-tiny C library