From 4f4d392c7a8694e21e32dd8ca24e847097a8951e Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 22 Aug 2023 08:52:00 +0200 Subject: [PATCH] Trying out boneh-franklin approach for IBE (ref. 2003 paper) (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index fc63f5a..41dae65 100644 --- a/notes.md +++ b/notes.md @@ -280,3 +280,4 @@ 2023-08-02T22:51:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet) 2023-08-22T19:29:00 - Quick fix, referencing a known issue from the official repo (prophet) 2023-08-22T22:25:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (prophet) +2023-08-22T08:52:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (prophet)