JarbasHiveMind / HiveMind-core

Join the OVOS collective, utils for OpenVoiceOS mesh networking
Apache License 2.0
98 stars 14 forks source link

Switch from pycryptodome to pycryptodomex #12

Closed j1nx closed 4 years ago

j1nx commented 4 years ago

pycryptodome is for / with backwards compatibility with the no longer mainainted pycrypto, the X is for the next version from the same developers.

As HiveMind-core does not need any pycrypto backwards compatibility using pycryptodome pycryptodomex is maybe prefered. It has no influence other then the installed location of the package. Hence it even uses the exact same pacjage files, yet pycryptodomex is the "new way to go" (No clue what the future will bring, I guess at some point pycryptodome is also no longer supported)