From 50dac497cc98f959eef98f2a5bcb57da3923d1ae Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 29 Jun 2017 23:20: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 99e5d2a062..712655ca92 100644 --- a/notes.md +++ b/notes.md @@ -88,3 +88,4 @@ 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) +2017-06-29T23:20:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime)