From 834b7998495a83c0553d42bf8c6d084ebe0410f5 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Wed, 1 Jun 2022 02:29:20 +0200 Subject: [PATCH] Fix outdated information in readme --- readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/readme.md b/readme.md index 6d47b12..687c448 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,6 @@ This block cipher employs a few modes of operation. Read more about them [here]( * It absolutely tanks your ram when working with files * Even leaves some key fragments in there✨ * It's probably super insecure -* 512-bit keys \* * But the syntax is pythonlike easy🙇 It's pretty ghetto, you know? @@ -104,7 +103,6 @@ This way you could, for example, decrypt an ecrypted file directly into memory. Without saying, this is more advanced and not as-easy as the methods supplied in the wrapper. --- -\* A key is always of size `BLOCK_SIZE`. The default block size is 512 (bit), but you can easily change it in [Config.h](https://gitea.leonetienne.de/leonetienne/GCrypt/src/branch/master/GCryptLib/include/GCrypt/Config.h). ## The deets 🍝