From 36858317a1975155151c4d2b7bd3eee59c03b423 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 27 Aug 2018 03:26:00 +0200 Subject: [PATCH] Implementing approach from a new paper read last night (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 3d9212c..66de950 100644 --- a/notes.md +++ b/notes.md @@ -151,3 +151,4 @@ 2018-08-27T19:13:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (prophet) 2018-08-27T23:02:00 - Refactor for clarity, might break a few tests though (prophet) 2018-08-27T17:04:00 - Quick fix, referencing a known issue from the official repo (prophet) +2018-08-27T03:26:00 - Implementing approach from a new paper read last night (prophet)