From 121e67f0c8ca661529e17901e7e3c20c5d08ae3e Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 6 Oct 2017 00:24: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 1e23dd6..473bb5f 100644 --- a/notes.md +++ b/notes.md @@ -124,3 +124,4 @@ 2017-07-11T18:03:00 - Late-night bugfix on financial RL environment (prophet) 2017-07-11T18:12:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (prophet) 2017-07-11T22:02:00 - Quick fix, referencing a known issue from the official repo (prophet) +2017-10-06T00:24:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (prophet)