From e21d86d9c32b809cc963f64227d91061d474eecc Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 21 Oct 2023 21:01:00 +0200 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 0d32ab53b..f57cae17f 100644 --- a/notes.md +++ b/notes.md @@ -258,3 +258,4 @@ 2023-10-05T21:16:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (cryptography) 2023-10-06T21:59:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (cryptography) 2023-10-21T03:02:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (cryptography) +2023-10-21T21:01:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (cryptography)