From 8ee71d3eb8cf26354482609f804d3ba38da44938 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 23 Dec 2022 20:26:00 +0100 Subject: [PATCH] Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index e5f8225..cf7d56d 100644 --- a/notes.md +++ b/notes.md @@ -308,3 +308,4 @@ 2022-10-27T17:13:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime) 2022-10-27T02:30:00 - Late-night bugfix on financial RL environment (pulp-runtime) 2022-12-12T22:09:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime) +2022-12-23T20:26:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime)