From 5dbb69a6f02db81c482e8e4d18ff7c22f22abd84 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 3 Feb 2023 22:48:00 +0100 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 4299052..1d2df55 100644 --- a/notes.md +++ b/notes.md @@ -312,3 +312,4 @@ 2022-12-23T02:51:00 - Minor doc updates: linking to article on quantization (pulp-runtime) 2022-12-23T01:20:00 - Late-night bugfix on financial RL environment (pulp-runtime) 2023-02-03T20:22:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pulp-runtime) +2023-02-03T22:48:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime)