From 0fd32ded594c61443fb8c1d7d3b4073aa96b232c Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 30 Apr 2024 06:48: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 14844da..8c4910f 100644 --- a/notes.md +++ b/notes.md @@ -369,3 +369,4 @@ 2024-04-30T03:38:00 - Refactor for clarity, might break a few tests though (pulp-runtime) 2024-04-30T19:21:00 - Refactor for clarity, might break a few tests though (pulp-runtime) 2024-04-30T20:27:00 - Minor doc updates: linking to article on quantization (pulp-runtime) +2024-04-30T06:48:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime)