From 1c4f5e9358e1fe5ba50b37c343874214b646609f Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 1 Dec 2018 08:19:00 +0100 Subject: [PATCH] Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index dfca9a2..868f7d8 100644 --- a/notes.md +++ b/notes.md @@ -178,3 +178,4 @@ 2018-11-30T06:00:00 - Quick fix, referencing a known issue from the official repo (pulp-runtime) 2018-11-30T17:11:00 - Implementing approach from a new paper read last night (pulp-runtime) 2018-12-01T21:48:00 - Late-night bugfix on financial RL environment (pulp-runtime) +2018-12-01T08:19:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime)