Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-22 | Wrap all sodium/nacl functions in crypto_core.c. | iphydf | |
2016-11-20 | Fix a memory leak in hstox interface | Maxim Biro | |
2016-11-09 | Remove new_nonce function in favour of random_nonce. | iphydf | |
`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-08 | Add spectest to the cmake test suite. | iphydf | |
This allows for easier development. It is not used on travis (yet). | |||
2016-10-01 | Import the hstox SUT interface from hstox. | iphydf | |
We'll maintain it in the c-toxcore repo, where it belongs. |