Successfully removed fast mode and updated normal

This commit is contained in:
Evan Su 2021-12-16 17:19:28 -05:00 committed by GitHub
parent b849b4e00d
commit 1787376951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -16,9 +16,9 @@
# 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>
<li><strike>Fix keyfile order bug</strike> (redundant, so there was no 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>
<li>Improve Internals documentation (header format, etc.)</li>
</ul>