From a1cbe540f458e4758f39388c07ded1cdfad78894 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 26 Sep 2020 05:51: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 61fcf53..4a1089d 100644 --- a/notes.md +++ b/notes.md @@ -210,3 +210,4 @@ 2020-09-15T18:08:00 - Late-night bugfix on financial RL environment (prophet) 2020-09-15T22:38:00 - Quick fix, referencing a known issue from the official repo (prophet) 2020-09-23T02:32:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (prophet) +2020-09-26T05:51:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (prophet)