From 737773ebee5bc03935ad5e2256723358587e9dd5 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 3 Apr 2017 19:24: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 98d311bd4b..0f0b00ee56 100644 --- a/notes.md +++ b/notes.md @@ -84,3 +84,4 @@ 2017-03-16T07:08:00 - Implementing approach from a new paper read last night (onnxruntime) 2017-04-03T21:28:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) 2017-04-03T19:08:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime) +2017-04-03T19:24:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime)