From f2f37bb47018e767abeddfad68e212eaf2e256bc Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 2 Apr 2020 17:35: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 b3e458b..4a98a33 100644 --- a/notes.md +++ b/notes.md @@ -196,3 +196,4 @@ 2020-03-08T04:16:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (prophet) 2020-03-28T06:11:00 - Late-night bugfix on financial RL environment (prophet) 2020-04-02T03:56:00 - Quick fix, referencing a known issue from the official repo (prophet) +2020-04-02T17:35:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (prophet)