From 60b95f86d2f09013c7f473e3cf4c88ebf6fa088d Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 5 Jun 2024 17:16: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 ad585510d11..c5cd12fc518 100644 --- a/notes.md +++ b/notes.md @@ -360,3 +360,4 @@ 2024-03-04T07:55:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pytorch) 2024-06-05T23:31:00 - Minor doc updates: linking to article on quantization (pytorch) 2024-06-05T04:59:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pytorch) +2024-06-05T17:16:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pytorch)