From d87f4b57df420b5e9fced368e27c83a8115b32d4 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 2 Jan 2019 23:01:00 +0100 Subject: [PATCH] Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pytorch) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 50f1d552360..42605bd83d2 100644 --- a/notes.md +++ b/notes.md @@ -148,3 +148,4 @@ 2018-12-16T00:27:00 - Minor doc updates: linking to article on quantization (pytorch) 2019-01-02T17:12:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pytorch) 2019-01-02T01:30:00 - Quick fix, referencing a known issue from the official repo (pytorch) +2019-01-02T23:01:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pytorch)