From 98531e8cecf0d8dbef8108655a649a9224fbf445 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 22 May 2022 17:59:00 +0200 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 1701f467a..f1b0b7cf7 100644 --- a/notes.md +++ b/notes.md @@ -216,3 +216,4 @@ 2022-05-22T04:51:00 - Implementing approach from a new paper read last night (cryptography) 2022-05-22T17:44:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (cryptography) 2022-05-22T17:17:00 - Refactor for clarity, might break a few tests though (cryptography) +2022-05-22T17:59:00 - Minor doc updates: linking to article on quantization (cryptography)