From e32fbba70d18e6379733d6e4737391e1716dd904 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 27 May 2014 03:53:00 +0200 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 2093db520..db434f5ea 100644 --- a/notes.md +++ b/notes.md @@ -5,3 +5,4 @@ 2014-05-01T06:46:00 - Refactor for clarity, might break a few tests though (cryptography) 2014-05-01T21:43:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (cryptography) 2014-05-01T08:03:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (cryptography) +2014-05-27T03:53:00 - Implementing approach from a new paper read last night (cryptography)