ZeroNet/src/util
Ivanq fbc7b6fc4f Switch to sslcrypto for cryptography tasks (#2338)
* 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
2019-12-15 12:46:06 +01:00
..
Cached.py Simple cache decorator 2019-10-06 03:09:48 +02:00
Diff.py Fix diffing 2019-04-18 12:21:59 +02:00
Electrum.py Switch to sslcrypto for cryptography tasks (#2338) 2019-12-15 12:46:06 +01:00
Event.py Change to Python3 coding style 2019-03-15 21:06:59 +01:00
Flag.py New function flagging decorator class to keep track permissions 2019-08-26 02:55:01 +02:00
GreenletManager.py Kill greenlets with notify 2019-11-20 14:07:33 +01:00
Msgpack.py Remove unused function 2019-04-18 12:22:57 +02:00
Noparallel.py Rev4104, Don't start blocking Noparallel calls in separate greenlet to be able to catch exceptions. 2019-06-11 17:04:37 +02:00
OpensslFindPatch.py Update location of bundled OpenSSL on macOS 2019-10-24 12:22:54 +02:00
Platform.py Change maxstdio using ctypes as win32file module is not included with Python3 by default 2019-07-18 03:31:57 +02:00
Pooled.py Change to Python3 coding style 2019-03-15 21:06:59 +01:00
QueryJson.py Change to Python3 coding style 2019-03-15 21:06:59 +01:00
RateLimit.py RateLimit py3 support 2019-03-15 23:48:46 +01:00
SafeRe.py Fix DeprecationWarning: invalid escape sequence 2019-01-06 15:15:47 +01:00
SocksProxy.py Fix "no module" error 2019-03-19 20:36:26 +08:00
ThreadPool.py Multi-process and gevent loop friendly lock 2019-11-30 02:07:30 +01:00
UpnpPunch.py Formatting 2019-11-27 03:02:18 +01:00
__init__.py Simple cache decorator 2019-10-06 03:09:48 +02:00
helper.py Don't encode byte responses 2019-10-06 03:10:43 +02:00