The source project of this merge request has been removed.
Update crypto module
The latest version of pycrypto (which is 6 years old btw) doesn't work properly with Python 3.8+. It complains about a missing time function when sending Accept messages. Pycryptodome is an up to date drop-in replacement that works fine though