From c7da12b3dfa4fa96d82b6ebd24521b56720798fe Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 10 Nov 2014 20:01:00 +0100 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 3f40e2e..8a8ab2b 100644 --- a/notes.md +++ b/notes.md @@ -28,3 +28,4 @@ 2014-11-06T03:40:00 - Implementing approach from a new paper read last night (pulp-runtime) 2014-11-06T01:11:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pulp-runtime) 2014-11-06T05:48:00 - Quick fix, referencing a known issue from the official repo (pulp-runtime) +2014-11-10T20:01:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime)