lokinet/llarp/router
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.
2023-10-24 08:40:18 -07:00
..
rc_gossiper.cpp "Refactor" aka delete Crypto/CryptoManager 2023-10-24 08:40:18 -07:00
rc_gossiper.hpp RIP everything 2023-10-12 13:37:45 -07:00
rc_lookup_handler.cpp "Refactor" aka delete Crypto/CryptoManager 2023-10-24 08:40:18 -07:00
rc_lookup_handler.hpp Review commit 2023-10-24 08:40:18 -07:00
route_poker.cpp Review commit 2023-10-24 08:40:18 -07:00
route_poker.hpp Review commit 2023-10-24 08:40:18 -07:00
router.cpp "Refactor" aka delete Crypto/CryptoManager 2023-10-24 08:40:18 -07:00
router.hpp Review commit 2023-10-24 08:40:18 -07:00