From f05baf38fec654886dd95e7b9aa0be31a4e253ca Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 10 Sep 2014 07:19: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 ff8f955..6c16864 100644 --- a/notes.md +++ b/notes.md @@ -14,3 +14,4 @@ 2014-06-28T06:40:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime) 2014-08-04T19:13:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime) 2014-09-10T22:48:00 - Quick fix, referencing a known issue from the official repo (pulp-runtime) +2014-09-10T07:19:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime)