From 1c13864850b7254a90ac981e74bb50e95cf3b1ec Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 2 Aug 2019 17:38: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 aa347d5..20bce1d 100644 --- a/notes.md +++ b/notes.md @@ -201,3 +201,4 @@ 2019-07-26T02:00:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pulp-runtime) 2019-08-02T03:03:00 - Minor doc updates: linking to article on quantization (pulp-runtime) 2019-08-02T23:03:00 - Quick fix, referencing a known issue from the official repo (pulp-runtime) +2019-08-02T17:38:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime)