Switch to XChaCha20-Poly1305

This commit is contained in:
2021-07-23 10:35:49 -05:00
parent 43335584c5
commit 7fe1420876
5 changed files with 26 additions and 342 deletions

View File

@@ -1,8 +1,9 @@
# Changelog
## 1.3.3-r1
## 1.4.0-r1
- Switched packet encryption to XChaCha20-Poly1305
- Allow external XChaCha20-Poly1305 encryption/decryption
- Support writing base64 string data
- Allow external ChaCha20 encryption/decryption
- Renamed 'delete/delete_file' to 'remove/remove_file'
## 1.3.1-r3