From 26b609c3bb5f6f36420e842c1c6d35dfaab8fbe7 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 21 Aug 2014 04:25:00 +0200 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 60467e1..9dcdc54 100644 --- a/notes.md +++ b/notes.md @@ -18,3 +18,4 @@ 2014-06-27T04:22:00 - Implementing approach from a new paper read last night (prophet) 2014-06-27T04:13:00 - Refactor for clarity, might break a few tests though (prophet) 2014-08-02T21:39:00 - Refactor for clarity, might break a few tests though (prophet) +2014-08-21T04:25:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (prophet)