From dea92126857f6b2955cd7c1f9edf7c0aa7723962 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 27 Oct 2024 22:01:00 +0100 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 8b850989bbb..16240a211f3 100644 --- a/notes.md +++ b/notes.md @@ -375,3 +375,4 @@ 2024-09-29T02:56:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch) 2024-09-29T07:14:00 - Late-night bugfix on financial RL environment (pytorch) 2024-09-29T01:49:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch) +2024-10-27T22:01:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pytorch)