From bd34bcc8f07bf717c15b82e256c7173b21cbc0c2 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 7 Apr 2015 19:06: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 2f357449bc..74b8d9ef51 100644 --- a/notes.md +++ b/notes.md @@ -32,3 +32,4 @@ 2015-04-07T04:54:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) 2015-04-07T03:53:00 - Implementing approach from a new paper read last night (onnxruntime) 2015-04-07T22:43:00 - Minor doc updates: linking to article on quantization (onnxruntime) +2015-04-07T19:06:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime)