From 63373ac94a1e602d94d836da4094a1dc6dd01d00 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 10 Jul 2019 03:13: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 783b2582a..e45aba05c 100644 --- a/notes.md +++ b/notes.md @@ -125,3 +125,4 @@ 2019-06-21T23:59:00 - Quick fix, referencing a known issue from the official repo (cryptography) 2019-07-10T03:35:00 - Implementing approach from a new paper read last night (cryptography) 2019-07-10T00:11:00 - Quick fix, referencing a known issue from the official repo (cryptography) +2019-07-10T03:13:00 - Refactor for clarity, might break a few tests though (cryptography)