Commit graph

15 commits

Author SHA1 Message Date
King_DuckZ
31c1e37180 Use freetiger by default. 2014-09-25 19:18:35 +02:00
King_DuckZ
15e9c905f3 Whitespaces. 2014-09-25 19:18:35 +02:00
King_DuckZ
322f21733f Import of the freetiger implementation.
http://klondike.es/freetiger/
2014-09-25 19:06:11 +02:00
King_DuckZ
5a9bcf1ecb Files moved into src/ and lib/ 2014-09-25 18:50:19 +02:00
King_DuckZ
c085388163 Added code to check saved checksums.
The code is very brittle, no error checking is performed at all
so if anything goes wrong the program will misbehave.
Output is still incomplete.
2014-09-25 17:09:46 +02:00
King_DuckZ
d1c01a340b Implement the code to calculate the checksum 2014-09-25 16:30:42 +02:00
King_DuckZ
4eb37e4773 --help output from md5sum and sha1sum 2014-09-25 15:55:16 +02:00
King_DuckZ
79dae3de0b Add basic CL switches and help, version and license text. 2014-09-25 14:10:50 +02:00
King_DuckZ
f0fbc0b3a3 GPL3 license 2014-09-24 21:16:16 +02:00
King_DuckZ
4fe8bb0cc1 Put tiger functions in a separate file 2014-09-24 20:36:53 +02:00
King_DuckZ
34f3fbf852 Fix the hash computation in chunks so large files can be hashed without problems. 2014-09-24 17:59:08 +02:00
King_DuckZ
905fbcc905 Change binary name to tigersum 2014-09-24 11:19:50 +02:00
King_DuckZ
a90220bd7f Build flags. 2014-09-24 10:09:44 +02:00
King_DuckZ
38b9ec964a Calculate hash of files passed as the arguments.
This doesn't work yet as I need a function that can calculate
the tiger hash in more than one pass, so files can be hashed in chunks.
2014-09-24 10:09:35 +02:00
Michele Santullo
4e614e3dd5 First commit 2014-09-19 17:19:25 +01:00