A wrapper for the keccak-tiny C library
Go to file
Zahary Karadjov 4bb4f58855 Add a Keccak implementation matching the original SHA3 competition submission
The difference between the original submission and the FIPS 202 standard
is just a padding value used within the algorithm.

close #1
2018-01-05 15:08:38 +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 Keccak implementation matching the original SHA3 competition submission 2018-01-05 15:08:38 +02:00
.gitignore support linking nim programs with a local copy of keccak-tiny 2018-01-05 03:07:33 +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 Add a Keccak implementation matching the original SHA3 competition submission 2018-01-05 15:08:38 +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