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