From 6f05b6e07356daeda82117e01b189d6390b62a6b Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 5 Sep 2019 18: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 c6f8d5a..00f08cc 100644 --- a/notes.md +++ b/notes.md @@ -188,3 +188,4 @@ 2019-08-13T17:14:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) 2019-09-05T17:04:00 - Minor doc updates: linking to article on quantization (stable-baselines3) 2019-09-05T18:16:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) +2019-09-05T18:03:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3)