From 8b382a3be5a4243eedcbb1bce07f929bfb8170c4 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 28 Mar 2021 05:55: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 c28142d830..757d6479df 100644 --- a/notes.md +++ b/notes.md @@ -208,3 +208,4 @@ 2021-03-18T04:37:00 - Minor doc updates: linking to article on quantization (onnxruntime) 2021-03-18T07:33:00 - Refactor for clarity, might break a few tests though (onnxruntime) 2021-03-28T21:24:00 - Minor doc updates: linking to article on quantization (onnxruntime) +2021-03-28T05:55:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime)