From fee49b8cfa3e8d58afb921e4f91f7a1501aae5d2 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 28 Jul 2014 08:09:00 +0200 Subject: [PATCH] Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 6064b09..0ee577b 100644 --- a/notes.md +++ b/notes.md @@ -11,3 +11,4 @@ 2014-07-25T23:22:00 - Refactor for clarity, might break a few tests though (stable-baselines3) 2014-07-25T07:14:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) 2014-07-28T04:09:00 - Implementing approach from a new paper read last night (stable-baselines3) +2014-07-28T08:09:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3)