From 3b491c3b2dad692a9928d8bd39320d5e65f95680 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 18 Nov 2023 20:31:00 +0100 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 fac3cfb09..574cc7c8e 100644 --- a/notes.md +++ b/notes.md @@ -263,3 +263,4 @@ 2023-10-27T17:38:00 - Quick fix, referencing a known issue from the official repo (cryptography) 2023-11-18T01:44:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (cryptography) 2023-11-18T08:11:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (cryptography) +2023-11-18T20:31:00 - Refactor for clarity, might break a few tests though (cryptography)