From 8eb35e2ef1d2449a32c98ac014981f856afb2c22 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 21 May 2014 18:29: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 dc49c3f314..e20480cf21 100644 --- a/notes.md +++ b/notes.md @@ -12,3 +12,4 @@ 2014-03-27T02:30:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) 2014-03-27T20:33:00 - Implementing approach from a new paper read last night (onnxruntime) 2014-03-27T20:11:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) +2014-05-21T18:29:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime)