From 9df31e6a80a679c79a7bd765ed8e5b24343d94bf Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 25 Feb 2024 03:24: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 27e0a02187..32616a0430 100644 --- a/notes.md +++ b/notes.md @@ -285,3 +285,4 @@ 2024-02-11T07:51:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime) 2024-02-11T07:26:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) 2024-02-11T06:55:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) +2024-02-25T03:24:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime)