From 01f8eddcac9bc157328bbc844d9f6bc5c61a405d Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Tue, 8 Feb 2022 01:23:15 +0100 Subject: [PATCH] readme --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 4442fe1..07fed64 100644 --- a/readme.md +++ b/readme.md @@ -84,6 +84,7 @@ How does *GC* transform a password to a key? First up, we have to establish what requirements this transformation must fulfill: * A full key. Not just *len(passwd)\*8* bits and the rest zero-padded. * Even if *len(passwd)\*8 > KEY_SIZE*, every bit of the password should affect the key +* Diffusion * Ideally good collision resistance Let's be honest, I'm not a cryptographer, I have no idea how collision resistant this is.