From 94053cc58bc3cceae24b7b36071f7980e18d3d3d Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 23 May 2018 07:07:00 +0200 Subject: [PATCH] Refactor for clarity, might break a few tests though (cryptography) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index ca27475d3..4adcd8bc9 100644 --- a/notes.md +++ b/notes.md @@ -98,3 +98,4 @@ 2018-03-20T04:38:00 - Implementing approach from a new paper read last night (cryptography) 2018-05-23T04:41:00 - Quick fix, referencing a known issue from the official repo (cryptography) 2018-05-23T02:29:00 - Implementing approach from a new paper read last night (cryptography) +2018-05-23T07:07:00 - Refactor for clarity, might break a few tests though (cryptography)