You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyCryptodome can be used as: an almost drop-in replacement for the old PyCrypto library
PyCrytpo's development momentum seems to be paused since 2014; 58 pull requests currently open, 136 open issues. Currently fails for Python 3.8 because of its usage of time.clock -- trivial to fix though: pycrypto/pycrypto#296).
All in all, PyCryptodome appears to be a better option.
PyCrytpo's development momentum seems to be paused since 2014; 58 pull requests currently open, 136 open issues. Currently fails for Python 3.8 because of its usage of
time.clock
-- trivial to fix though: pycrypto/pycrypto#296).All in all, PyCryptodome appears to be a better option.
As a note: PyCrytpodome has an implementation of Shamir's Secret Sharing: https://github.com/Legrandin/pycryptodome/blob/master/lib/Crypto/Protocol/SecretSharing.py.
The text was updated successfully, but these errors were encountered: