A command line hashing program based on the tiger algorithm
Find a file
2014-09-24 20:36:53 +02:00
cmake/Modules First commit 2014-09-19 17:19:25 +01:00
.gitignore First commit 2014-09-19 17:19:25 +01:00
CMakeLists.txt Put tiger functions in a separate file 2014-09-24 20:36:53 +02:00
main.d Put tiger functions in a separate file 2014-09-24 20:36:53 +02:00
makefile First commit 2014-09-19 17:19:25 +01:00
sboxes.c First commit 2014-09-19 17:19:25 +01:00
tiger.c Fix the hash computation in chunks so large files can be hashed without problems. 2014-09-24 17:59:08 +02:00
tiger.d Put tiger functions in a separate file 2014-09-24 20:36:53 +02:00