1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/test
Jason Rhinelander 46f3459b79 Fixed EncryptedIntroSet signing to use PrivateKey
We can generate both root and derived signatures from a PrivateKey, but
only root from a SecretKey, so just change it to use a PrivateKey.
2020-01-31 16:47:25 -04:00
..
config fix unit tests 2019-12-10 08:33:59 -05:00
crypto initial implementation of blinded sign -- not working yet 2020-01-31 12:05:20 -04:00
dht initial dht key blinding 2020-01-27 16:30:41 -05:00
dns reverse dns for ipv6 2019-06-12 09:48:14 -04:00
exit Revert "Merge pull request #679 from tewinget/revert-config-refactor" 2019-07-06 14:46:25 +01:00
link Another attempt to make travis-ci's xenial happy 2019-12-12 10:09:57 -07:00
net remove valgrind access errors 2019-11-22 16:23:20 -05:00
routing Rename message files 2019-06-19 23:30:07 +01:00
service Fixed EncryptedIntroSet signing to use PrivateKey 2020-01-31 16:47:25 -04:00
util Add test to ensure config loading impacts runtime log level 2020-01-21 12:33:04 -07:00
win32 happy new year 2020-01-05 20:40:34 -06:00
CMakeLists.txt unit tests for logging levels 2020-01-21 13:21:11 -05:00
llarp_test.cpp Move tests to use top-level LlarpTest 2019-05-28 20:45:09 +01:00
llarp_test.hpp Move tests to use top-level LlarpTest 2019-05-28 20:45:09 +01:00
main.cpp Convert to use abseil synchronisation primitives 2019-03-03 21:20:38 +00:00
test_libabyss.cpp fix unit tests 2019-12-19 10:25:52 -05:00
test_llarp_encrypted_frame.cpp Move tests to use top-level LlarpTest 2019-05-28 20:45:09 +01:00
test_llarp_router.cpp Reorganize priv key file loading a bit and hook KeyManager into Router 2019-11-26 12:42:41 -07:00
test_llarp_router_contact.cpp Move tests to use top-level LlarpTest 2019-05-28 20:45:09 +01:00
test_md5.cpp Fix shadowing warnings 2019-04-26 00:21:19 +01:00
test_util.cpp Add tests for crypto/types 2019-01-15 23:33:16 +00:00
test_util.hpp Move tests to use top-level LlarpTest 2019-05-28 20:45:09 +01:00