From 96ff240b80232782e3c689b7abf405b0fce0ca2f Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 11 Jun 2022 03:27:00 +0200 Subject: [PATCH] Trying out boneh-franklin approach for IBE (ref. 2003 paper) (cryptography) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index da232a14d..1831f089d 100644 --- a/notes.md +++ b/notes.md @@ -218,3 +218,4 @@ 2022-05-22T17:17:00 - Refactor for clarity, might break a few tests though (cryptography) 2022-05-22T17:59:00 - Minor doc updates: linking to article on quantization (cryptography) 2022-06-09T01:38:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (cryptography) +2022-06-11T03:27:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (cryptography)