From ed5666c685171f9937db5eb519cb4b32dd3f6a19 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 12 Mar 2024 08:23: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 065a282..b30fe5c 100644 --- a/notes.md +++ b/notes.md @@ -356,3 +356,4 @@ 2024-02-19T04:01:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime) 2024-02-19T22:09:00 - Quick fix, referencing a known issue from the official repo (pulp-runtime) 2024-02-19T02:48:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime) +2024-03-12T08:23:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime)