From 9c3bf3cc43624cd8da65588aa7688e5d4598cd69 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 18 Oct 2022 19:06:00 +0200 Subject: [PATCH] Trying out boneh-franklin approach for IBE (ref. 2003 paper) (transformers) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 982060fba..d62299694 100644 --- a/notes.md +++ b/notes.md @@ -245,3 +245,4 @@ 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) +2022-10-18T19:06:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (transformers)