From 1af89604c888a1519257cc71908f7501e06ff681 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 8 Apr 2021 19:47: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 3e9ebff6ca..c021afa883 100644 --- a/notes.md +++ b/notes.md @@ -215,3 +215,4 @@ 2021-04-07T06:37:00 - Minor doc updates: linking to article on quantization (onnxruntime) 2021-04-07T08:35:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime) 2021-04-08T21:50:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) +2021-04-08T19:47:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime)