From c8325c3fc49f6e1e6bf0228675bbe53f14d17af3 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 26 Nov 2014 00:49: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 941455c..a6dfa72 100644 --- a/notes.md +++ b/notes.md @@ -24,3 +24,4 @@ 2014-09-07T02:11:00 - Late-night bugfix on financial RL environment (prophet) 2014-11-21T05:24:00 - Implementing approach from a new paper read last night (prophet) 2014-11-26T01:31:00 - Refactor for clarity, might break a few tests though (prophet) +2014-11-26T00:49:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (prophet)