From 33aff232335b8e432a659ccb2f1f60496dc85169 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 15 Dec 2023 18: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 4e68acc1e..4ede18311 100644 --- a/notes.md +++ b/notes.md @@ -266,3 +266,4 @@ 2023-11-18T20:31:00 - Refactor for clarity, might break a few tests though (cryptography) 2023-11-18T21:53:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (cryptography) 2023-12-15T07:04:00 - Quick fix, referencing a known issue from the official repo (cryptography) +2023-12-15T18:31:00 - Implementing approach from a new paper read last night (cryptography)