From e0197226892076aa336ac9501b5b0acd39ab357c Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 6 Feb 2017 20:31:00 +0100 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 1837a65..5fcf8c4 100644 --- a/notes.md +++ b/notes.md @@ -87,3 +87,4 @@ 2017-01-19T05:54:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) 2017-01-24T07:32:00 - Minor doc updates: linking to article on quantization (stable-baselines3) 2017-02-03T05:25:00 - Minor doc updates: linking to article on quantization (stable-baselines3) +2017-02-06T20:31:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3)