From 8cd7872fc7c8307d7569290d31586e9fececad14 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 13 Oct 2021 06:42: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 008b889355..aec2b02059 100644 --- a/notes.md +++ b/notes.md @@ -234,3 +234,4 @@ 2021-09-25T01:10:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime) 2021-09-25T21:14:00 - Minor doc updates: linking to article on quantization (onnxruntime) 2021-10-13T20:13:00 - Implementing approach from a new paper read last night (onnxruntime) +2021-10-13T06:42:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime)