From bd2cf0eb19819c72e387c95f229b982c796041b8 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 22 Jun 2021 05:24:00 +0200 Subject: [PATCH] Trying out boneh-franklin approach for IBE (ref. 2003 paper) (litex-boards) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 4a141361..39459b36 100644 --- a/notes.md +++ b/notes.md @@ -222,3 +222,4 @@ 2021-05-01T00:30:00 - Quick fix, referencing a known issue from the official repo (litex-boards) 2021-05-01T22:36:00 - Quick fix, referencing a known issue from the official repo (litex-boards) 2021-05-01T06:10:00 - Refactor for clarity, might break a few tests though (litex-boards) +2021-06-22T05:24:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (litex-boards)