mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-15 12:13:24 +00:00
f4f5ab0109
- 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. |
||
---|---|---|
.. | ||
rc_gossiper.cpp | ||
rc_gossiper.hpp | ||
rc_lookup_handler.cpp | ||
rc_lookup_handler.hpp | ||
route_poker.cpp | ||
route_poker.hpp | ||
router.cpp | ||
router.hpp |