Add a bug fix and two improvements

This commit is contained in:
Evan Su 2021-12-15 16:34:59 -05:00 committed by GitHub
parent 37c9da3f17
commit f3dcaf6c0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,13 @@
<li>Finish adding tooltips</li>
</ul>
# v1.22 (ETA unknown for now)
<ul>
<li>Fix keyfile order bug</li>
<li>Remove fast mode, as a change for the normal mode will make fast mode obselete</li>
<li>For normal mode, change HMAC-SHA3 to a keyed Blake2b</li>
</ul>
# v1.21 (Released 11/19/2021)
<ul>
<li>✓ Remove file shredder because it won't be very effective in the future</li>