From 242c778d086e2c0ba9b45839be79600481d8a302 Mon Sep 17 00:00:00 2001
From: Evan Su <48808396+HACKERALERT@users.noreply.github.com>
Date: Thu, 31 Mar 2022 23:42:26 -0400
Subject: [PATCH] Finish adding tooltips
---
Changelog.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Changelog.md b/Changelog.md
index c02ec77..02726e0 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -14,9 +14,9 @@
✓ Better error handling
✓ Show compression speed and percentage
✓ Smoothen splitting file and recombing file progress bars
+ ✓ Finish adding tooltips
Improve Reed-Solomon performance
- Save as file dialog now opens in the directory of dropped files
- Finish adding tooltips
+ Save as file dialog now opens in the same directory as dropped files
# v1.23 (Released 03/19/2022)
@@ -113,7 +113,7 @@
v1.14 will unfortunately be incompatible with v1.13, as I have dropped Poly1305 in favour of an HMAC. Because I have appended the encryptor version to the encrypted data in v1.13, however, v1.14 and on will be able to tell you which version your data was encrypted with so that you can fetch the correct verion of Picocrypt. There are no security issues in any previous versions of Picocrypt as long as you use a strong password.
- Low-severity security fix for the recently discovered partitioning oracle attacks
- - Move from Monocypher to Go's standard supplemental ChaCha20 in favour of being the latter being stateful
+ - Move from Monocypher to Go's standard supplemental ChaCha20 in favour of the latter being stateful
- Add SHA3 (normal mode) and BLAKE2b (fast mode) as HMAC to replace Poly1305 and prevent partitioning oracle attacks
- Removed ~100 lines of unnecessary code now that Picocrypt uses Go's ChaCha20 (cleaner and stabler code)
- Added window icons