From 4053a8b42f2ce3fbe44b6ca63a1b9c8b88eaea3b Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 26 Dec 2015 20:34:00 +0100 Subject: [PATCH] Refactor for clarity, might break a few tests though (cryptography) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index ff3c39d15..3d0bae6d4 100644 --- a/notes.md +++ b/notes.md @@ -28,3 +28,4 @@ 2015-03-19T19:48:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (cryptography) 2015-03-19T07:40:00 - Quick fix, referencing a known issue from the official repo (cryptography) 2015-10-13T05:49:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (cryptography) +2015-12-26T20:34:00 - Refactor for clarity, might break a few tests though (cryptography)