From f486071b673ceeed51ac6d7e7ea900cc2e514f78 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 4 Dec 2021 23:04: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 aacec13..85946b7 100644 --- a/notes.md +++ b/notes.md @@ -285,3 +285,4 @@ 2021-11-24T02:45:00 - Minor doc updates: linking to article on quantization (pulp-runtime) 2021-12-04T00:15:00 - Refactor for clarity, might break a few tests though (pulp-runtime) 2021-12-04T08:29:00 - Quick fix, referencing a known issue from the official repo (pulp-runtime) +2021-12-04T23:04:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime)