From dcfe7d149e7e0eb735b834ffa4e2a8a4b0b79cd8 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 24 Feb 2017 08:16:00 +0100 Subject: [PATCH] Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 9d059d2..6baa5b6 100644 --- a/notes.md +++ b/notes.md @@ -95,3 +95,4 @@ 2017-02-10T00:12:00 - Refactor for clarity, might break a few tests though (stable-baselines3) 2017-02-24T03:34:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) 2017-02-24T00:24:00 - Implementing approach from a new paper read last night (stable-baselines3) +2017-02-24T08:16:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3)