From 364276bdf1c0119e24a5ec2e914ea74f53833e77 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 19 Jan 2017 20:46:00 +0100 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 4b92241..a1b44f8 100644 --- a/notes.md +++ b/notes.md @@ -82,3 +82,4 @@ 2016-10-15T01:08:00 - Minor doc updates: linking to article on quantization (stable-baselines3) 2016-10-15T07:42:00 - Minor doc updates: linking to article on quantization (stable-baselines3) 2017-01-19T17:14:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) +2017-01-19T20:46:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3)