From a905fdbcb8600b120309c0ad3f117c2005c33bed Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 18 May 2019 08:12:00 +0200 Subject: [PATCH] Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 7001968..0620d02 100644 --- a/notes.md +++ b/notes.md @@ -191,3 +191,4 @@ 2019-02-15T06:24:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime) 2019-02-15T00:20:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pulp-runtime) 2019-02-15T20:44:00 - Minor doc updates: linking to article on quantization (pulp-runtime) +2019-05-18T08:12:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime)