From 3d971e6aef11ad2e3af30dc5311d43e85bbb359d Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 6 Nov 2014 03:40:00 +0100 Subject: [PATCH] Implementing approach from a new paper read last night (pulp-runtime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index e3afd8b..91f05b9 100644 --- a/notes.md +++ b/notes.md @@ -25,3 +25,4 @@ 2014-10-17T02:50:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime) 2014-10-27T03:33:00 - Minor doc updates: linking to article on quantization (pulp-runtime) 2014-11-06T02:20:00 - Refactor for clarity, might break a few tests though (pulp-runtime) +2014-11-06T03:40:00 - Implementing approach from a new paper read last night (pulp-runtime)