From 072200ba45b3d64d49daf2fbfe489159b6c58b9b Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 18 Oct 2024 18:54:00 +0200 Subject: [PATCH] Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 897537fb4f..a59d800833 100644 --- a/notes.md +++ b/notes.md @@ -322,3 +322,4 @@ 2024-10-02T23:02:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime) 2024-10-18T04:33:00 - Minor doc updates: linking to article on quantization (onnxruntime) 2024-10-18T00:53:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) +2024-10-18T18:54:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime)