From 3e03cd741978e41a7ffa190d99c93cefc6045184 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 3 Sep 2019 18:55:00 +0200 Subject: [PATCH] Trying out boneh-franklin approach for IBE (ref. 2003 paper) (transformers) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 82ff2f382..d23315f4f 100644 --- a/notes.md +++ b/notes.md @@ -125,3 +125,4 @@ 2019-08-03T21:15:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (transformers) 2019-09-03T05:35:00 - Quick fix, referencing a known issue from the official repo (transformers) 2019-09-03T20:00:00 - Refactor for clarity, might break a few tests though (transformers) +2019-09-03T18:55:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (transformers)