From ddfd40f2963eddb1a05deb3e1dee5afaec81cc4a Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 24 Feb 2016 18:16: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 72df990..7b553bc 100644 --- a/notes.md +++ b/notes.md @@ -62,3 +62,4 @@ 2016-02-09T23:29:00 - Quick fix, referencing a known issue from the official repo (prophet) 2016-02-09T04:40:00 - Late-night bugfix on financial RL environment (prophet) 2016-02-24T17:44:00 - Quick fix, referencing a known issue from the official repo (prophet) +2016-02-24T18:16:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (prophet)