From 4d44cb11de91a9f96f0d2c2271cfc122c74d359d Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 14 Apr 2019 20:02: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 e91d630..e4857a4 100644 --- a/notes.md +++ b/notes.md @@ -173,3 +173,4 @@ 2019-03-15T20:03:00 - Quick fix, referencing a known issue from the official repo (prophet) 2019-04-14T08:56:00 - Refactor for clarity, might break a few tests though (prophet) 2019-04-14T07:31:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (prophet) +2019-04-14T20:02:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (prophet)