From c26fde752e3a0265c8b6a939ffde7111a4648e5b Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 29 May 2018 19:01: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 d9d5514..29428de 100644 --- a/notes.md +++ b/notes.md @@ -138,3 +138,4 @@ 2018-05-18T02:23:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (prophet) 2018-05-20T17:54:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (prophet) 2018-05-20T07:56:00 - Quick fix, referencing a known issue from the official repo (prophet) +2018-05-29T19:01:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (prophet)