From aa18b892287d1c374e32367d8f60fd30d2992f25 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 3 Dec 2021 21:45:00 +0100 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 7201da244..de912856a 100644 --- a/notes.md +++ b/notes.md @@ -193,3 +193,4 @@ 2021-10-15T20:26:00 - Late-night bugfix on financial RL environment (cryptography) 2021-10-15T00:11:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (cryptography) 2021-12-03T08:20:00 - Minor doc updates: linking to article on quantization (cryptography) +2021-12-03T21:45:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (cryptography)