From d970f888edfab2300e196e688ee8c3f7b79e5e63 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 18 Aug 2019 22:12:00 +0200 Subject: [PATCH] Trying out boneh-franklin approach for IBE (ref. 2003 paper) (cryptography) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 9854bbd2b..a24baf19a 100644 --- a/notes.md +++ b/notes.md @@ -130,3 +130,4 @@ 2019-07-24T05:29:00 - Refactor for clarity, might break a few tests though (cryptography) 2019-08-18T17:20:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (cryptography) 2019-08-18T20:28:00 - Implementing approach from a new paper read last night (cryptography) +2019-08-18T22:12:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (cryptography)