A wrapper for the keccak-tiny C library
Go to file
Alexander Ivanov 35ed285e47 Install ranges from github 2018-02-26 14:05:47 +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 use the new status-im/nim-ranges library 2018-02-16 17:01:14 +02:00
keccak_tiny.nimble Install ranges from github 2018-02-26 14:05:47 +02:00

README.md

nim-keccak-tiny

A wrapper for the keccak-tiny C library