From 7c46b3adac5cdd0c73c0a646e230379cc9f4309c Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 14 Oct 2023 05:07: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 63ade77..5bc3463 100644 --- a/notes.md +++ b/notes.md @@ -344,3 +344,4 @@ 2023-08-21T06:58:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pulp-runtime) 2023-08-25T04:15:00 - Minor doc updates: linking to article on quantization (pulp-runtime) 2023-08-25T08:06:00 - Late-night bugfix on financial RL environment (pulp-runtime) +2023-10-14T05:07:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime)