From 5aabb4086ea8117220af326b7a16b9fca2185081 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 27 Apr 2017 00:53: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 c588c09..a1ff297 100644 --- a/notes.md +++ b/notes.md @@ -119,3 +119,4 @@ 2017-04-21T06:14:00 - Refactor for clarity, might break a few tests though (pulp-runtime) 2017-04-27T19:32:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pulp-runtime) 2017-04-27T17:00:00 - Late-night bugfix on financial RL environment (pulp-runtime) +2017-04-27T00:53:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime)