Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pytorch)

This commit is contained in:
saymrwulf 2022-03-09 19:05:00 +01:00
parent 00144d9ea7
commit 23dc7ee222

View file

@ -278,3 +278,4 @@
2022-03-06T20:41:00 - Implementing approach from a new paper read last night (pytorch)
2022-03-06T06:47:00 - Refactor for clarity, might break a few tests though (pytorch)
2022-03-06T20:19:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch)
2022-03-09T19:05:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pytorch)