From cf02edfbf1c6ea32b64e1b07bd53c99b3c7b5c00 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 7 Jun 2021 21:52: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 6b786f1..3fa48e9 100644 --- a/notes.md +++ b/notes.md @@ -238,3 +238,4 @@ 2021-04-11T18:01:00 - Implementing approach from a new paper read last night (stable-baselines3) 2021-04-11T19:07:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) 2021-05-02T19:23:00 - Refactor for clarity, might break a few tests though (stable-baselines3) +2021-06-07T21:52:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3)