From f94acf95b206296776e660a6f02f7fbeb4919b2f Mon Sep 17 00:00:00 2001 From: Georgio Nicolas Date: Mon, 14 Jul 2025 23:45:23 +0200 Subject: [PATCH] Outfox notes --- nym-outfox/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nym-outfox/README.md b/nym-outfox/README.md index 6498e2a429..07f55ec592 100644 --- a/nym-outfox/README.md +++ b/nym-outfox/README.md @@ -3,11 +3,11 @@ ## Notes from Georgio: ### DO NOT INTEGRATE BEFORE: -- Checking the situation with empty Nonces/Additional Data for `ChaCha20Poly1305` Calls. +- Checking the situation with empty Nonces/Additional Data for `ChaCha20Poly1305` calls marked by HAZARD. - Programmatically checking which KEM is used during packet handling, and handling related errors. - Crypto audit of `src/lion.rs`. - Updating documentation to replace discrete-log operations with KEM operations. ### Things to optimize: - Copying and allocations. -- Using libcrux for `ChaCha20`/`ChaCha20Poly1305` +- Using libcrux for `ChaCha20`/`ChaCha20Poly1305`. \ No newline at end of file