Add improving Internals.md

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

View File

@ -5,7 +5,7 @@
<li>CLI (thanks u/your_username)</li>
</ul>
# v1.22 (A future release)
# v1.23 (A future release)
<ul>
<li>Associate .pcv file extension with Picocrypt</li>
<li>Improve Reed-Solomon performance</li>
@ -16,9 +16,10 @@
# v1.22 (ETA unknown for now)
<ul>
<li>Fix keyfile order bug</li>
<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>Improve Internals documentation (header format, etc.)</li>
</ul>
# v1.21 (Released 11/19/2021)