From 07a0650d9a38ea06ab9ef68fc47bb569ba8d3c7a Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 17 Oct 2020 04:03:00 +0200 Subject: [PATCH] Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 674e6e2..667f539 100644 --- a/notes.md +++ b/notes.md @@ -217,3 +217,4 @@ 2020-10-16T06:41:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) 2020-10-16T03:07:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) 2020-10-16T06:47:00 - Minor doc updates: linking to article on quantization (stable-baselines3) +2020-10-17T04:03:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3)