]> git.ipfire.org Git - thirdparty/tor.git/commit
slownacl's pure-python curve25519 lets us test ntor everywhere.
authorNick Mathewson <nickm@torproject.org>
Mon, 3 Feb 2014 16:34:13 +0000 (11:34 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 3 Feb 2014 16:34:13 +0000 (11:34 -0500)
commit27d81c756b0e28266e75cf4cf897e486d11040b2
tree6cf89e33791e946c36fc56364839379c5ef165e2
parentc6c87fb6d172abc7838694e4175f09f60c2ebf87
slownacl's pure-python curve25519 lets us test ntor everywhere.

Improvement on f308adf8382bc7e61ea05a172, where we made the ntor
unit tests run everywhere... so long as a python curve25519 module
was installed.  Now the unit tests don't require that module.
src/test/ntor_ref.py
src/test/slownacl_curve25519.py [new file with mode: 0644]