From a78ba7537db3ac0334b5f3084cf63abb6a66e235 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 17 May 2017 00:15:00 +0200 Subject: [PATCH] Refactor for clarity, might break a few tests though (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index add49df..73357cc 100644 --- a/notes.md +++ b/notes.md @@ -114,3 +114,4 @@ 2017-05-06T20:58:00 - Implementing approach from a new paper read last night (prophet) 2017-05-17T04:11:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (prophet) 2017-05-17T17:55:00 - Minor doc updates: linking to article on quantization (prophet) +2017-05-17T00:15:00 - Refactor for clarity, might break a few tests though (prophet)