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
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
..
android standardize include format and pragma once 3 years ago
apple Address type migration + libquic bump 9 months ago
config "Refactor" aka delete Crypto/CryptoManager 8 months ago
consensus "Refactor" aka delete Crypto/CryptoManager 8 months ago
constants refactor path build message construction, no more async nonsense 9 months ago
crypto "Refactor" aka delete Crypto/CryptoManager 8 months ago
dht Compilation fixes 8 months ago
dns Review commit 8 months ago
ev Review commit 8 months ago
exit "Refactor" aka delete Crypto/CryptoManager 8 months ago
handlers Review commit 8 months ago
link "Refactor" aka delete Crypto/CryptoManager 8 months ago
linux remove assert() 2 years ago
messages "Refactor" aka delete Crypto/CryptoManager 8 months ago
net Review commit 8 months ago
path "Refactor" aka delete Crypto/CryptoManager 8 months ago
router "Refactor" aka delete Crypto/CryptoManager 8 months ago
rpc Review commit 8 months ago
service "Refactor" aka delete Crypto/CryptoManager 8 months ago
simulation standardize include format and pragma once 3 years ago
util Review commit 8 months ago
vpn Review commit 8 months ago
win32 "Refactor" aka delete Crypto/CryptoManager 8 months ago
CMakeLists.txt Review commit 8 months ago
CMakeLists_old.txt Review commit 8 months ago
app.xml stray tag ;-; 6 years ago
bootstrap-fallbacks.cpp.in bake in bootstrap fallbacks at build time 2 years ago
bootstrap.cpp Review commit 8 months ago
bootstrap.hpp Review commit 8 months ago
bootstrap_fallbacks.cpp Review commit 8 months ago
context.cpp "Refactor" aka delete Crypto/CryptoManager 8 months ago
endpoint_base.cpp add untracked file 3 years ago
endpoint_base.hpp Review commit 8 months ago
lokinet_shared.cpp "Refactor" aka delete Crypto/CryptoManager 8 months ago
nodedb.cpp Review commit 8 months ago
nodedb.hpp "Refactor" aka delete Crypto/CryptoManager 8 months ago
pow.cpp "Refactor" aka delete Crypto/CryptoManager 8 months ago
pow.hpp More message refactoring 10 months ago
profiling.cpp Review commit 8 months ago
profiling.hpp Review commit 8 months ago
router_contact.cpp "Refactor" aka delete Crypto/CryptoManager 8 months ago
router_contact.hpp Review commit 8 months ago
router_id.cpp Crank oxen-mq to (1.2.)11; switch to oxen-encoding 2 years ago
router_id.hpp Replace logging with oxen-logger 2 years ago
router_version.cpp Review commit 8 months ago
router_version.hpp Review commit 8 months ago