From ffc55214f168e02b0f97cf987e9e415a14ba8f6e Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 18 Jun 2023 17:29:00 +0200 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 fc934ef..3357b44 100644 --- a/notes.md +++ b/notes.md @@ -330,3 +330,4 @@ 2023-05-09T07:06:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pulp-runtime) 2023-06-12T02:51:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime) 2023-06-12T17:32:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pulp-runtime) +2023-06-18T17:29:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime)