From 68b84ba7be675d5fbadc706558bcdc4d44b0c19d Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 16 Jan 2024 22:49:00 +0100 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 61451e1d51..78885afb50 100644 --- a/notes.md +++ b/notes.md @@ -294,3 +294,4 @@ 2024-01-15T04:23:00 - Refactor for clarity, might break a few tests though (onnxruntime) 2024-01-16T21:49:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) 2024-01-16T04:47:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) +2024-01-16T22:49:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime)