Chore: update and fix README

This commit is contained in:
Arkaprabha Chakraborty
2024-04-28 22:52:24 +05:30
parent 2f18a26bab
commit 23d8030a5c

View File

@@ -4,7 +4,7 @@
## About
It does precisely what the name indicates, i.e., encryption and decryption of UTF-8 encoded files using the ChaCha20-Poly1305 authenticated streaming cipher algorithm. The program is still in its alpha (incomplete) stage, you might come across a lot of bugs.
Encryption or decryption of UTF-8 encoded text files using the XChaCha20-Poly1305 authenticated cipher. You might come across breaking changes.
## Build