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/path
Thomas Winget 9e9c1ea732 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.
11 months ago
..
abstracthophandler.cpp chahca nonce size is 24 bytes 11 months ago
abstracthophandler.hpp chahca nonce size is 24 bytes 11 months ago
path.cpp chahca nonce size is 24 bytes 11 months ago
path.hpp chahca nonce size is 24 bytes 11 months ago
path_context.cpp chahca nonce size is 24 bytes 11 months ago
path_context.hpp chahca nonce size is 24 bytes 11 months ago
path_types.hpp chahca nonce size is 24 bytes 11 months ago
pathbuilder.cpp chahca nonce size is 24 bytes 11 months ago
pathbuilder.hpp {Remote,Local}RC's 11 months ago
pathset.cpp chahca nonce size is 24 bytes 11 months ago
pathset.hpp {Remote,Local}RC's 11 months ago
transit_hop.cpp chahca nonce size is 24 bytes 11 months ago
transit_hop.hpp chahca nonce size is 24 bytes 11 months ago