From b0204c2bf3c6b5aa54454a8d405c7fbf5b0943de Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 1 Aug 2019 21:11: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 7581213..8a29b2e 100644 --- a/notes.md +++ b/notes.md @@ -180,3 +180,4 @@ 2019-05-30T17:22:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (prophet) 2019-05-30T07:45:00 - Quick fix, referencing a known issue from the official repo (prophet) 2019-07-08T18:16:00 - Minor doc updates: linking to article on quantization (prophet) +2019-08-01T21:11:00 - Implementing approach from a new paper read last night (prophet)