From fe9799d318b0dc87d70c171ca467ec4cfb7ea92e Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 28 Jun 2021 21:31:00 +0200 Subject: [PATCH] Trying out boneh-franklin approach for IBE (ref. 2003 paper) (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index a88dc4e..d39fa64 100644 --- a/notes.md +++ b/notes.md @@ -247,3 +247,4 @@ 2021-06-28T08:02:00 - Minor doc updates: linking to article on quantization (prophet) 2021-06-28T05:51:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet) 2021-06-28T04:55:00 - Late-night bugfix on financial RL environment (prophet) +2021-06-28T21:31:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (prophet)