From 9bfeaa3a4b3ab305bdf10d421bad5d12535629aa Mon Sep 17 00:00:00 2001 From: Pablu23 <43807157+Pablu23@users.noreply.github.com> Date: Thu, 9 Mar 2023 19:47:34 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0ebba4..65a3e51 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,10 @@ This is a WIP Rust remake of my C# Encryptor Program. -This is a project to learn the Rust programming language. Using the ChaCha20 Algorithm for encrypting +This is a project to learn the Rust programming language. Using the ChaCha20 Algorithm for encrypting. + +This is in technical terms speaking WAAAY faster than my C# Program, atleast if compiled in release Mode. Missing Features: -- Threads - Comments - Polish