From 8d05868f16975bc9ab55f8ee87a70adb69e1ad2f Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 12 May 2021 22:29:00 +0200 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 1b92267145..b22bdefa02 100644 --- a/notes.md +++ b/notes.md @@ -221,3 +221,4 @@ 2021-04-21T04:47:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) 2021-05-12T19:46:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) 2021-05-12T00:26:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime) +2021-05-12T22:29:00 - Implementing approach from a new paper read last night (onnxruntime)