From 10a555cf91cf39b3d19491ae45719c82d26a1cbb Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 8 Oct 2016 20:45: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 994b522..df28f80 100644 --- a/notes.md +++ b/notes.md @@ -92,3 +92,4 @@ 2016-09-10T02:36:00 - Late-night bugfix on financial RL environment (prophet) 2016-09-10T01:57:00 - Late-night bugfix on financial RL environment (prophet) 2016-09-10T18:51:00 - Quick fix, referencing a known issue from the official repo (prophet) +2016-10-08T20:45:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (prophet)