From 638b81faabbd0e3e79e054adf37e737145d00cde Mon Sep 17 00:00:00 2001 From: Ben Date: Sun, 23 Dec 2018 14:34:15 +0200 Subject: [PATCH] very slight readability tweak --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cf2b43..40d8594 100644 --- a/README.md +++ b/README.md @@ -133,9 +133,10 @@ This is a list of known ciphertexts that XORcism will fail to decipher. * Binary data -- as a direct result of the above. We're planning to toy with some approaches to this; it may be more tractable, because binary data tends to have more structure than proper line noise. +* Any ciphertext where the key size is over 1000, due to the stop-gap performance mitigations mentioned in section 2.2.1.4. + * Tried to run XORcism on some ciphertext, didn't get the result you want? Contact us with the details, and we'll list it here. -* Any ciphertext where the key size is over 1000, due to the stop-gap performance mitigations introduced earlier. # 3. Usage