From e5f69df05cb0f73c703248c5305f75854b5bf100 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 13 Dec 2022 21:15:00 +0100 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 d8c114f193d..5ce1479a566 100644 --- a/notes.md +++ b/notes.md @@ -317,3 +317,4 @@ 2022-11-12T00:41:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pytorch) 2022-12-05T08:09:00 - Minor doc updates: linking to article on quantization (pytorch) 2022-12-05T18:44:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pytorch) +2022-12-13T21:15:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pytorch)