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
Jason Rhinelander f4f5ab0109 "Refactor" aka delete Crypto/CryptoManager
- Get rid of CryptoManager.
- Get rid of Crypto.
- Move all the Crypto instance methods to llarp::crypto functions.
  (None of them needed to be methods at all, so this is simple).
- Move sodium/ntru initialization into static initialization.
- Add llarp::csrng, which is an available llarp::CSRNG instance which is
  a bit easier than needing to construct a `CSRNG rng{};` in various
  places.
- Various related small simplifications/cleanups.
8 months ago
..
abstracthophandler.cpp More carving + libquic bump 9 months ago
abstracthophandler.hpp Review commit 8 months ago
path.cpp "Refactor" aka delete Crypto/CryptoManager 8 months ago
path.hpp Review commit 8 months ago
path_context.cpp Compilation fixes 8 months ago
path_context.hpp Review commit 8 months ago
path_types.hpp following up before Tom meeting 9 months ago
pathbuilder.cpp "Refactor" aka delete Crypto/CryptoManager 8 months ago
pathbuilder.hpp introset and message transmission underway 8 months ago
pathset.cpp "Refactor" aka delete Crypto/CryptoManager 8 months ago
pathset.hpp Review commit 8 months ago
transit_hop.cpp "Refactor" aka delete Crypto/CryptoManager 8 months ago
transit_hop.hpp Compilation fixes 8 months ago