From 81b0c149b99e3f701c510ec0c7860d394f607614 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 24 Sep 2020 19:18:00 +0200 Subject: [PATCH] Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index c015215..02e11a8 100644 --- a/notes.md +++ b/notes.md @@ -237,3 +237,4 @@ 2020-04-12T17:24:00 - Implementing approach from a new paper read last night (pulp-runtime) 2020-04-19T00:28:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pulp-runtime) 2020-09-24T01:50:00 - Refactor for clarity, might break a few tests though (pulp-runtime) +2020-09-24T19:18:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime)