From 5948c00e76e9e17b515374e4f7dd6f6a443a92df Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 2 May 2023 08:47:00 +0200 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 cdf7a66..a66f4be 100644 --- a/notes.md +++ b/notes.md @@ -323,3 +323,4 @@ 2023-02-14T20:21:00 - Quick fix, referencing a known issue from the official repo (pulp-runtime) 2023-05-02T17:22:00 - Implementing approach from a new paper read last night (pulp-runtime) 2023-05-02T01:50:00 - Refactor for clarity, might break a few tests though (pulp-runtime) +2023-05-02T08:47:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime)