From 43adaf277e98441d848966f5f4384c4b03ac741a Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 2 Feb 2024 22:31:00 +0100 Subject: [PATCH] Implementing approach from a new paper read last night (cryptography) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 438c97b3c..7c3797357 100644 --- a/notes.md +++ b/notes.md @@ -275,3 +275,4 @@ 2024-02-02T21:04:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (cryptography) 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)