From 4b5899b407847fe63d89bc89073bdcaf16342076 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 5 Apr 2022 00:57:00 +0200 Subject: [PATCH] Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pytorch) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index e7c0c57ee45..4c0fe5645c6 100644 --- a/notes.md +++ b/notes.md @@ -287,3 +287,4 @@ 2022-03-25T21:07:00 - Late-night bugfix on financial RL environment (pytorch) 2022-04-05T00:37:00 - Minor doc updates: linking to article on quantization (pytorch) 2022-04-05T22:58:00 - Late-night bugfix on financial RL environment (pytorch) +2022-04-05T00:57:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pytorch)