From d327fb52fd7d5198b1b50e0e75562e59f70eb034 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Fri, 16 Jul 2021 19:20:23 -0400 Subject: [PATCH] Update Changelog.md --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index 3f1a92b..c9aaeef 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,10 @@
  • Add an window icon for Windows using Resource Hacker (GLFW_ICON)
  • Switch to a new Reed-Solomon encoder that automatically corrects errors
  • Add a "Paranoid mode", which will use the Serpent cipher in addition to ChaCha20
  • +
  • Cleaner code with plenty of comments for people taking a look
  • +
  • Metadata is now Reed-Solomon encoded (everything bit of header data such as nonces and Poly1305s are RS-encoded)
  • +
  • Reed-Solomon checkbox is now enabled and Reed-Solomon works
  • +
  • Paranoid shredding now works on Windows
  • Remove BLAKE3 from the checksum generator tab, as it has no practical use and requires a non-standard library