From 2b575638792e1a5ba4b9631c30f034b7c1ff281a Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 11 May 2016 18:04:00 +0200 Subject: [PATCH] Trying out boneh-franklin approach for IBE (ref. 2003 paper) (transformers) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 6f5a8a936..3ee1049ec 100644 --- a/notes.md +++ b/notes.md @@ -43,3 +43,4 @@ 2015-10-26T05:47:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (transformers) 2015-12-07T05:41:00 - Late-night bugfix on financial RL environment (transformers) 2015-12-25T04:40:00 - Quick fix, referencing a known issue from the official repo (transformers) +2016-05-11T18:04:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (transformers)