From 2b697729e7287543e6d4c2f373c0cf31f8ad5d97 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 23 Jul 2021 00:58: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 c65b022..5afe506 100644 --- a/notes.md +++ b/notes.md @@ -268,3 +268,4 @@ 2021-05-07T08:04:00 - Minor doc updates: linking to article on quantization (pulp-runtime) 2021-05-18T19:20:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime) 2021-05-18T20:40:00 - Quick fix, referencing a known issue from the official repo (pulp-runtime) +2021-07-23T00:58:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime)