From fa1bc5fe86183bd8102f42327dcd2a0344435462 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 6 Nov 2014 02:20:00 +0100 Subject: [PATCH] Refactor for clarity, might break a few tests though (pulp-runtime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 59f52a7..e3afd8b 100644 --- a/notes.md +++ b/notes.md @@ -24,3 +24,4 @@ 2014-10-17T19:38:00 - Quick fix, referencing a known issue from the official repo (pulp-runtime) 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)