From ae607d300ac9e6b970fd76977cc99d7f74f279ff Mon Sep 17 00:00:00 2001 From: Georgio Nicolas Date: Mon, 14 Jul 2025 23:43:48 +0200 Subject: [PATCH] Outfox notes --- nym-outfox/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 nym-outfox/README.md diff --git a/nym-outfox/README.md b/nym-outfox/README.md new file mode 100644 index 0000000000..6498e2a429 --- /dev/null +++ b/nym-outfox/README.md @@ -0,0 +1,13 @@ +# Outfox + +## Notes from Georgio: + +### DO NOT INTEGRATE BEFORE: +- Checking the situation with empty Nonces/Additional Data for `ChaCha20Poly1305` Calls. +- 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`