mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
aed24408db
`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. |
||
---|---|---|
.. | ||
test-inputs | ||
.gitignore | ||
binary_decode.c | ||
binary_encode.c | ||
byteswap.h | ||
driver.c | ||
driver.h | ||
errors.h | ||
fuzz_main.c | ||
Makefile | ||
methods.c | ||
methods.h | ||
packet_kinds.c | ||
packet_kinds.h | ||
test_main.c | ||
toxcore-sut.hs | ||
util.c | ||
util.h |