Roman Zeyde
|
43f86e660d
|
Add Python tests for Curve25519 ECDH
|
2016-10-15 15:38:23 +03:00 |
|
Josh Billings
|
cb0b5169c5
|
whitespace
|
2015-07-06 12:48:11 -04:00 |
|
Josh Billings
|
d2120d6da1
|
two bugfixes: 1. nist256p1.c was not included in setup.py, causing import errors when using TrezorCrypto.so in Python. 2. if you attempted a hardened derivation in python using the compiled TrezorCrypto module, an IntegerOverflowError would occur because Python ints are always signed. one-line fix by changing int to unsigned int in the pyx file
|
2015-07-06 12:43:30 -04:00 |
|
Pavol Rusnak
|
cb9ccc5cf4
|
remove all references to USE_PUBKEY_VALIDATE
|
2015-03-12 15:53:41 +01:00 |
|
Pavol Rusnak
|
fb747384a0
|
prepare cython-TrezorCrypto for pip release
|
2015-01-12 19:11:43 +01:00 |
|