From 4da8016e042f8707624daf3424795b356ef84fe6 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 7 Feb 2015 18:13: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 8d56701..96a4f53 100644 --- a/notes.md +++ b/notes.md @@ -36,3 +36,4 @@ 2015-01-17T02:52:00 - Late-night bugfix on financial RL environment (prophet) 2015-02-07T07:48:00 - Implementing approach from a new paper read last night (prophet) 2015-02-07T07:43:00 - Quick fix, referencing a known issue from the official repo (prophet) +2015-02-07T18:13:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (prophet)