From 3e7f501c481d31b8e9938ac086df4284a0bbcd52 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 4 Jan 2024 22:57: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 02a5161..2f84ce3 100644 --- a/notes.md +++ b/notes.md @@ -361,3 +361,4 @@ 2024-03-12T17:38:00 - Implementing approach from a new paper read last night (pulp-runtime) 2024-01-03T20:56:00 - Quick fix, referencing a known issue from the official repo (pulp-runtime) 2024-01-04T05:08:00 - Minor doc updates: linking to article on quantization (pulp-runtime) +2024-01-04T22:57:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime)