From 5f35d6f7c17fa075e66cf8dbb06fbd33c7c47053 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 17 Oct 2022 00:01:00 +0200 Subject: [PATCH] Refactor for clarity, might break a few tests though (transformers) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 4b625d016..982060fba 100644 --- a/notes.md +++ b/notes.md @@ -244,3 +244,4 @@ 2022-10-17T21:23:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (transformers) 2022-10-17T23:09:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (transformers) 2022-10-17T04:29:00 - Implementing approach from a new paper read last night (transformers) +2022-10-17T00:01:00 - Refactor for clarity, might break a few tests though (transformers)