From f153f7ef4e5bf459ab51d6e8c98f992f9c5d6424 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 11 May 2017 19:36: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 9e7978ab97..99e5d2a062 100644 --- a/notes.md +++ b/notes.md @@ -87,3 +87,4 @@ 2017-04-03T19:24:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime) 2017-05-11T07:03:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime) 2017-05-11T19:45:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) +2017-05-11T19:36:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime)