From 6ee9d902e75a24eb0e1c739612bb8f4a493482ec Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 17 Aug 2018 18:22: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 192846a..8ae3610 100644 --- a/notes.md +++ b/notes.md @@ -164,3 +164,4 @@ 2018-08-17T03:14:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime) 2018-08-17T22:01:00 - Refactor for clarity, might break a few tests though (pulp-runtime) 2018-08-17T20:27:00 - Implementing approach from a new paper read last night (pulp-runtime) +2018-08-17T18:22:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime)