From d877fb912cc36dcb32948c430642fcc820645db5 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 30 Dec 2024 20:34:00 +0100 Subject: [PATCH] Implementing approach from a new paper read last night (onnxruntime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index b92ca7228d..296dfd7d03 100644 --- a/notes.md +++ b/notes.md @@ -327,3 +327,4 @@ 2024-12-26T07:48:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime) 2024-12-26T00:34:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) 2024-12-26T22:27:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime) +2024-12-30T20:34:00 - Implementing approach from a new paper read last night (onnxruntime)