From 0de8ac6b2400e21af4e213fa8185d2cc26a0f8d0 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 13 Jul 2017 22:43: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 bcfefa1..df33275 100644 --- a/notes.md +++ b/notes.md @@ -128,3 +128,4 @@ 2017-06-14T23:29:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pulp-runtime) 2017-07-13T20:11:00 - Implementing approach from a new paper read last night (pulp-runtime) 2017-07-13T17:46:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime) +2017-07-13T22:43:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime)