tgalal / python-axolotl-curve25519

GNU General Public License v3.0
35 stars 28 forks source link

Where can i find a test script? #12

Closed Tungsteno74 closed 6 years ago

Tungsteno74 commented 7 years ago

Hello tgalal,

these days I've been able to compile this package for python 2.7.x on windows 64bit by modify the curve25519module.c file (this should fix #5 issue). I did this change with no errors, only a warning. Now I want to be sure that the edit file works well before share this update.

Since I do not know what features/functions are implemented in this package, could you provide me a small script (something like a 'unittest') that use all working functions and some checking output?

Thanks again for your great work

tgalal commented 6 years ago

See python-axolotl