aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_ntor_cl.c
Commit message (Collapse)AuthorAge
* Resolve memory leaks in the unit tests and benchmarks (found by coverity)Nick Mathewson2013-02-11
| | | | These shouldn't really matter, but it's nice to be leak-free.
* Update the copyright date to 201.Nick Mathewson2013-01-16
|
* Add reference implementation for ntor, plus compatibility testNick Mathewson2013-01-03
Before I started coding ntor in C, I did another one in Python. Turns out, they interoperate just fine.