1
0
Fork 0
mirror of https://github.com/HACKERALERT/Picocrypt.git synced 2024-11-09 20:40:53 +00:00

Release v1.26

This commit is contained in:
Evan Su 2022-04-18 23:44:56 -04:00 committed by GitHub
parent 0db4090bc8
commit 11ed6a0e4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,11 @@
# v1.26 (ETA: 1 day)
# v1.27 (ETA Unknown)
<ul>
<li>Improve Reed-Solomon performance</li>
<li>Review/improve Internals.md</li>
</ul>
# v1.26 (Released 04/18/2022)
<ul>
<li>✓ Fix race conditions, running `go run -race Picocrypt.go` now yields no issues</li>
<li>✓ Fix invalid pointer crash when decrypting files >256GB</li>
<li>✓ UI improvements and tweaks</li>