From 0632a4138ea131f2e8f303f1e91daa493bd80fd3 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 17 May 2017 04:11: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 de97f57..e32fa6f 100644 --- a/notes.md +++ b/notes.md @@ -112,3 +112,4 @@ 2017-05-06T00:49:00 - Minor doc updates: linking to article on quantization (prophet) 2017-05-06T02:34:00 - Quick fix, referencing a known issue from the official repo (prophet) 2017-05-06T20:58:00 - Implementing approach from a new paper read last night (prophet) +2017-05-17T04:11:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (prophet)