From 56e0fa3d0910b57092cefa57792c5935c853bfda Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 8 Jan 2024 06:44: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 8f950f1371e..0094af601cf 100644 --- a/notes.md +++ b/notes.md @@ -343,3 +343,4 @@ 2023-10-02T19:36:00 - Minor doc updates: linking to article on quantization (pytorch) 2023-10-02T05:27:00 - Refactor for clarity, might break a few tests though (pytorch) 2024-01-08T22:34:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch) +2024-01-08T06:44:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pytorch)