From 50bed86ca503bf45db1c938342109c82862ecef7 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 29 May 2018 17:46:00 +0200 Subject: [PATCH] Trying out boneh-franklin approach for IBE (ref. 2003 paper) (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 5a09aca..972bdc3 100644 --- a/notes.md +++ b/notes.md @@ -140,3 +140,4 @@ 2018-05-20T07:56:00 - Quick fix, referencing a known issue from the official repo (prophet) 2018-05-29T19:01:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (prophet) 2018-05-29T19:44:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet) +2018-05-29T17:46:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (prophet)