From b0885e4dee8f5eb2be9b61474d1b07e431c900fb Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 19 Mar 2016 07:36:00 +0100 Subject: [PATCH] Minor doc updates: linking to article on quantization (cryptography) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 71d9ea62c..c69d95635 100644 --- a/notes.md +++ b/notes.md @@ -36,3 +36,4 @@ 2016-02-22T05:21:00 - Implementing approach from a new paper read last night (cryptography) 2016-03-19T21:08:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (cryptography) 2016-03-19T07:08:00 - Refactor for clarity, might break a few tests though (cryptography) +2016-03-19T07:36:00 - Minor doc updates: linking to article on quantization (cryptography)