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 b0fb194e2c path control messages and onioning fleshed out
- control messages can be sent along a path
- the path owner onion-encrypts the "inner" message for each hop in the
  path
- relays on the path will onion the payload in both directions, such
  that the terminal relay will get the plaintext "inner" message and the
  client will get the plaintext "response" to that.
- control messages have (mostly, see below) been changed to be invokable
  either over a path or directly to a relay, as appropriate.

TODO:
  - exit messages need looked at, so they have not yet been changed for
    this
  - path transfer messages (traffic from client to client over 2 paths
    with a shared "pivot") are not yet implemented
8 months ago
..
constants.hpp Clang format include sorting + CMake 9 months ago
crypto.cpp path control messages and onioning fleshed out 8 months ago
crypto.hpp path control messages and onioning fleshed out 8 months ago
encrypted.hpp Clang format include sorting + CMake 9 months ago
encrypted_frame.cpp Clang format include sorting + CMake 9 months ago
encrypted_frame.hpp Clang format include sorting + CMake 9 months ago
types.cpp {Remote,Local}RC's 8 months ago
types.hpp {Remote,Local}RC's 8 months ago