From 4fcdb6763a5cf73e67dd20eb472ccfc27cb7999b Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 29 Aug 2021 18:44:00 +0200 Subject: [PATCH] Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pytorch) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index a7b455b349c..2c012f73186 100644 --- a/notes.md +++ b/notes.md @@ -247,3 +247,4 @@ 2021-08-14T19:06:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pytorch) 2021-08-29T22:40:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pytorch) 2021-08-29T08:04:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pytorch) +2021-08-29T18:44:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pytorch)