From f691f8a348995d949e3193fcdbce0420a9968204 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 26 Sep 2014 21:54:00 +0200 Subject: [PATCH] Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 07ed136..0df31f6 100644 --- a/notes.md +++ b/notes.md @@ -18,3 +18,4 @@ 2014-08-19T05:23:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) 2014-08-19T00:08:00 - Minor doc updates: linking to article on quantization (stable-baselines3) 2014-09-26T07:14:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) +2014-09-26T21:54:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3)