From 2468d8f8ed934dab0b6fd423806c8f12a6ca7661 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 2 Mar 2024 18:54:00 +0100 Subject: [PATCH] Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 412618f..2d9e1f4 100644 --- a/notes.md +++ b/notes.md @@ -363,3 +363,4 @@ 2024-02-26T07:43:00 - Implementing approach from a new paper read last night (stable-baselines3) 2024-03-02T23:15:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) 2024-03-02T17:11:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) +2024-03-02T18:54:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3)