From 5f122e3cbfb6f81266ec53c4b066f8883ff0c575 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Mon, 20 Sep 2021 11:35:29 +0200 Subject: [PATCH] The way markdown handles newlines is stupidwq --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fdd2674..2ff6260 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Shark -Shark is a sha256+xor based encryption. -I made it because I want to try to break it. -(Precisely: Show it does not provide semantic security, because it is not IND-CPA-secure) -This will work iff I succeed in building a PPT-discriminator for sha256 from randomness -As my first approach this discriminator will be based on an LSTM-network. +Shark is a sha256+xor based encryption. +I made it because I want to try to break it. +(Precisely: Show it does not provide semantic security, because it is not IND-CPA-secure) +This will work iff I succeed in building a PPT-discriminator for sha256 from randomness +As my first approach this discriminator will be based on an LSTM-network.