Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-03 | Use new encoding of `Maybe` in msgpack results. | iphydf | |
The new encoding is `0` for `Nothing` and `[1, x]` for `Just x`. | |||
2016-12-22 | Wrap all sodium/nacl functions in crypto_core.c. | iphydf | |
2016-11-11 | Add decode/encode PlainText test support. | iphydf | |
These are implemented in terms of decode/encode CipherText. They do the exact same thing, since they are both simple length-prefixed byte arrays. | |||
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. |