1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/llarp/link
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
..
connection.cpp Compilation fixes 2023-10-24 08:40:18 -07:00
connection.hpp Review commit 2023-10-24 08:40:18 -07:00
contacts.cpp De-mutexing 2023-10-12 11:46:41 -07:00
contacts.hpp callsafe 2023-10-12 06:43:18 -07:00
link_manager.cpp "Refactor" aka delete Crypto/CryptoManager 2023-10-24 08:40:18 -07:00
link_manager.hpp Review commit 2023-10-24 08:40:18 -07:00
tunnel.cpp introset and message transmission underway 2023-10-24 08:40:18 -07:00
tunnel.hpp Review commit 2023-10-24 08:40:18 -07:00