From 4647f61a586883b30565f52cb5f79a4c8f7fe487 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 10 Dec 2018 23:29:00 +0100 Subject: [PATCH] Trying out boneh-franklin approach for IBE (ref. 2003 paper) (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 5b359ec..6b47ead 100644 --- a/notes.md +++ b/notes.md @@ -159,3 +159,4 @@ 2018-10-11T18:19:00 - Refactor for clarity, might break a few tests though (prophet) 2018-10-11T06:46:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet) 2018-12-10T03:48:00 - Refactor for clarity, might break a few tests though (prophet) +2018-12-10T23:29:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (prophet)