From 5ca251273f91a2bb43e10dcb776b57394568467a Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 16 Feb 2020 22:33: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 bcfa7d74bf..fa85fa4c51 100644 --- a/notes.md +++ b/notes.md @@ -161,3 +161,4 @@ 2019-10-06T01:10:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime) 2020-01-22T04:06:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) 2020-02-16T17:16:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime) +2020-02-16T22:33:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime)