From 54357482bd4397b0934f3854ac0af4cbe350d34b Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 21 Aug 2020 02:47: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 cdfafe5..8717e10 100644 --- a/notes.md +++ b/notes.md @@ -212,3 +212,4 @@ 2020-07-30T08:00:00 - Minor doc updates: linking to article on quantization (stable-baselines3) 2020-07-30T03:28:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) 2020-08-21T02:58:00 - Minor doc updates: linking to article on quantization (stable-baselines3) +2020-08-21T02:47:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3)