toxcore/testing/hstox
iphydf aed24408db
Remove new_nonce function in favour of random_nonce.
`new_nonce` has been an alias for `random_nonce` for a while now. Having
two names for the same operation is confusing. `random_nonce` better
expresses the intent. The documentation for `new_nonce` talks about
guaranteeing that the nonce is different from previous ones, which is
incorrect, it's just quite likely to be different.
2016-11-09 22:30:49 +00:00
..
test-inputs
.gitignore
binary_decode.c Add spectest to the cmake test suite. 2016-11-08 21:58:26 +00:00
binary_encode.c Add spectest to the cmake test suite. 2016-11-08 21:58:26 +00:00
byteswap.h
driver.c Add spectest to the cmake test suite. 2016-11-08 21:58:26 +00:00
driver.h
errors.h
fuzz_main.c
Makefile
methods.c Remove new_nonce function in favour of random_nonce. 2016-11-09 22:30:49 +00:00
methods.h Import the hstox SUT interface from hstox. 2016-10-01 02:13:34 +01:00
packet_kinds.c Add spectest to the cmake test suite. 2016-11-08 21:58:26 +00:00
packet_kinds.h Import the hstox SUT interface from hstox. 2016-10-01 02:13:34 +01:00
test_main.c
toxcore-sut.hs
util.c
util.h