From 23d8030a5c8be28e95828337cd9701b85e889805 Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Sun, 28 Apr 2024 22:52:24 +0530 Subject: [PATCH] Chore: update and fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e48467..bb5091d 100644 --- a/README.md +++ b/README.md @@ -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