From a12ee116103b2fe69f35eb2254b54827a6f36598 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 20 Jul 2016 01:06: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 1b6e1d8..6d35591 100644 --- a/notes.md +++ b/notes.md @@ -80,3 +80,4 @@ 2016-05-24T01:04:00 - Implementing approach from a new paper read last night (prophet) 2016-05-24T01:09:00 - Quick fix, referencing a known issue from the official repo (prophet) 2016-07-20T01:24:00 - Quick fix, referencing a known issue from the official repo (prophet) +2016-07-20T01:06:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (prophet)