You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
5 months ago
..
constants.hpp Clang format include sorting + CMake 5 months ago
crypto.cpp chahca nonce size is 24 bytes 5 months ago
crypto.hpp chahca nonce size is 24 bytes 5 months ago
encrypted.hpp Clang format include sorting + CMake 5 months ago
types.cpp config addr change 5 months ago
types.hpp chahca nonce size is 24 bytes 5 months ago