From 646e318a6942f8a10933be4d346cbe5d8732d4dd Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 9 Mar 2024 18:01:00 +0100 Subject: [PATCH] Trying out boneh-franklin approach for IBE (ref. 2003 paper) (cryptography) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 0fe034395..87564228a 100644 --- a/notes.md +++ b/notes.md @@ -280,3 +280,4 @@ 2024-02-27T08:30:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (cryptography) 2024-01-08T18:28:00 - Implementing approach from a new paper read last night (cryptography) 2024-03-09T07:31:00 - Implementing approach from a new paper read last night (cryptography) +2024-03-09T18:01:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (cryptography)