This website requires JavaScript.
Explore
Help
Sign In
status-im
/
nim-keccak-tiny
mirror of
https://github.com/status-im/nim-keccak-tiny.git
Watch
2
Star
0
Fork
You've already forked nim-keccak-tiny
0
Code
Issues
Projects
Releases
Wiki
Activity
A wrapper for the keccak-tiny C library
10
Commits
2
Branches
0
Tags
66
KiB
C
55%
Nim
42.9%
Shell
2.1%
394d9f4ea6
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
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
A wrapper for the keccak-tiny C library