added -C to generate a blake2 checksum of one or more files

This commit is contained in:
git@daemon.de
2015-07-17 16:22:12 +02:00
parent 6dfb15ade6
commit 0811957a46
12 changed files with 114 additions and 14 deletions

View File

@@ -66,6 +66,12 @@ NEXT
added option -X (read passphrase from file).
Symmetric decryption doesn't require a vault
anymore.
Added -C: create a blake2 checksum of one or
more files.
0.2.4 fixed compiler macro misplacement (github#4).
fixed invalid free (github#5).