lokinet/llarp/crypto
Thomas Winget 657214992b chahca nonce size is 24 bytes
Lots of code was using 32-byte nonces for xchacha20 symmetric
encryption, but this just means 8 extra bytes per packet wasted as
chacha is only using the first 24 bytes of that nonce anyway.

Changing this resulted in a lot of dead/dying code breaking, so this
commit also removes a lot of that (and comments a couple places with
TODO instead)

Also nounce -> nonce where it came up.
2024-01-31 07:54:12 -08:00
..
constants.hpp Clang format include sorting + CMake 2024-01-31 07:54:12 -08:00
crypto.cpp chahca nonce size is 24 bytes 2024-01-31 07:54:12 -08:00
crypto.hpp chahca nonce size is 24 bytes 2024-01-31 07:54:12 -08:00
encrypted.hpp Clang format include sorting + CMake 2024-01-31 07:54:12 -08:00
types.cpp config addr change 2024-01-31 07:54:12 -08:00
types.hpp chahca nonce size is 24 bytes 2024-01-31 07:54:12 -08:00