From 7eca2fdaba56964cf4e523942d5684e053714368 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 27 Feb 2024 07:59:00 +0100 Subject: [PATCH] Quick fix, referencing a known issue from the official repo (cryptography) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 7c3797357..98a822efa 100644 --- a/notes.md +++ b/notes.md @@ -276,3 +276,4 @@ 2024-02-02T02:39:00 - Refactor for clarity, might break a few tests though (cryptography) 2024-02-02T04:25:00 - Minor doc updates: linking to article on quantization (cryptography) 2024-02-02T22:31:00 - Implementing approach from a new paper read last night (cryptography) +2024-02-27T07:59:00 - Quick fix, referencing a known issue from the official repo (cryptography)