Skip to content

Update crypto module

Izalia Mae requested to merge (removed):update_crypto into master

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

Merge request reports