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/test
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.
11 months ago
..
Catch2@dba29b60d6
config
crypto "Refactor" aka delete Crypto/CryptoManager 11 months ago
dns
hive
mocks
net
nodedb
path
peerstats
router
routing "Refactor" aka delete Crypto/CryptoManager 11 months ago
service "Refactor" aka delete Crypto/CryptoManager 11 months ago
util
win32
CMakeLists.txt
check_main.cpp
readme.md
test_llarp_encrypted_frame.cpp "Refactor" aka delete Crypto/CryptoManager 11 months ago
test_llarp_router_contact.cpp "Refactor" aka delete Crypto/CryptoManager 11 months ago
test_util.cpp
test_util.hpp

readme.md

unit tests and such

to enable unit tests, add cmake flag -DWITH_TESTS=ON

unit tests can be built and run with the check target.