ZeroNet/src/Crypt
ZeroNet 296e4aab57
Fix sslcrypto thread safety (#2454)
* Use sslcrypto instead of pyelliptic and pybitcointools

* Fix CryptMessage

* Support Python 3.4

* Fix user creation

* Get rid of pyelliptic and pybitcointools

* Fix typo

* Delete test file

* Add sslcrypto to tree

* Update sslcrypto

* Add pyaes to src/lib

* Fix typo in tests

* Update sslcrypto version

* Use privatekey_bin instead of privatekey for bytes objects

* Fix sslcrypto

* Fix Benchmark plugin

* Don't calculate the same thing twice

* Only import sslcrypto once

* Handle fallback sslcrypto implementation during tests

* Fix sslcrypto fallback implementation selection

* Fix thread safety

* Add derivation

* Bring split back

* Fix typo

* v3.3

* Fix custom OpenSSL discovery
2020-03-05 17:54:46 +01:00
..
Crypt.py Multi threaded eciesDecrypt 2019-11-25 14:37:55 +01:00
CryptBitcoin.py Fix sslcrypto thread safety (#2454) 2020-03-05 17:54:46 +01:00
CryptConnection.py Indepently configurable OpenSSL lib/bin file 2020-02-20 17:23:00 +01:00
CryptHash.py Remove sha1 sum function 2019-03-16 02:38:47 +01:00
CryptRsa.py Use global rsa module 2019-03-16 02:39:11 +01:00
__init__.py First release, remove not used lines from gitignore 2015-01-12 02:03:45 +01:00