From 08a4d48bdb04e78bda7141510c8909cfba76e323 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 12 Nov 2015 22:11: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 47964f1deb..72c9b2fe4d 100644 --- a/notes.md +++ b/notes.md @@ -59,3 +59,4 @@ 2015-11-09T07:34:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) 2015-11-09T02:11:00 - Late-night bugfix on financial RL environment (onnxruntime) 2015-11-09T22:34:00 - Refactor for clarity, might break a few tests though (onnxruntime) +2015-11-12T22:11:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime)