Skip to content

Commit 17bc718

Browse files
author
hauntsaninja
committed
crypto: delete stubs
Crypto is a package that comes from pycrypto, which was last updated in 2013. It proudly supports Python 2.1 through 3.3. There's a near drop-in replacement from pycryptodome, which seems well maintained. pycryptodome has provided stubs for the last two years. I propose we get rid of the whole thing. pycrypto seems about as dead as software can get. These stubs have received two fixes since 2016. #2952 https://pycryptodome.readthedocs.io/en/latest/src/vs_pycrypto.html https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst#371-25-november-2018
1 parent 6e7ac97 commit 17bc718

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+0
-748
lines changed

third_party/2and3/Crypto/Cipher/AES.pyi

Lines changed: 0 additions & 20 deletions
This file was deleted.

third_party/2and3/Crypto/Cipher/ARC2.pyi

Lines changed: 0 additions & 20 deletions
This file was deleted.

third_party/2and3/Crypto/Cipher/ARC4.pyi

Lines changed: 0 additions & 15 deletions
This file was deleted.

third_party/2and3/Crypto/Cipher/Blowfish.pyi

Lines changed: 0 additions & 20 deletions
This file was deleted.

third_party/2and3/Crypto/Cipher/CAST.pyi

Lines changed: 0 additions & 20 deletions
This file was deleted.

third_party/2and3/Crypto/Cipher/DES.pyi

Lines changed: 0 additions & 20 deletions
This file was deleted.

third_party/2and3/Crypto/Cipher/DES3.pyi

Lines changed: 0 additions & 20 deletions
This file was deleted.

third_party/2and3/Crypto/Cipher/PKCS1_OAEP.pyi

Lines changed: 0 additions & 12 deletions
This file was deleted.

third_party/2and3/Crypto/Cipher/PKCS1_v1_5.pyi

Lines changed: 0 additions & 13 deletions
This file was deleted.

third_party/2and3/Crypto/Cipher/XOR.pyi

Lines changed: 0 additions & 15 deletions
This file was deleted.

third_party/2and3/Crypto/Cipher/__init__.pyi

Lines changed: 0 additions & 11 deletions
This file was deleted.

third_party/2and3/Crypto/Cipher/blockalgo.pyi

Lines changed: 0 additions & 17 deletions
This file was deleted.

third_party/2and3/Crypto/Hash/HMAC.pyi

Lines changed: 0 additions & 16 deletions
This file was deleted.

third_party/2and3/Crypto/Hash/MD2.pyi

Lines changed: 0 additions & 14 deletions
This file was deleted.

third_party/2and3/Crypto/Hash/MD4.pyi

Lines changed: 0 additions & 14 deletions
This file was deleted.

third_party/2and3/Crypto/Hash/MD5.pyi

Lines changed: 0 additions & 14 deletions
This file was deleted.

third_party/2and3/Crypto/Hash/RIPEMD.pyi

Lines changed: 0 additions & 14 deletions
This file was deleted.

third_party/2and3/Crypto/Hash/SHA.pyi

Lines changed: 0 additions & 14 deletions
This file was deleted.

third_party/2and3/Crypto/Hash/SHA224.pyi

Lines changed: 0 additions & 14 deletions
This file was deleted.

third_party/2and3/Crypto/Hash/SHA256.pyi

Lines changed: 0 additions & 14 deletions
This file was deleted.

third_party/2and3/Crypto/Hash/SHA384.pyi

Lines changed: 0 additions & 14 deletions
This file was deleted.

third_party/2and3/Crypto/Hash/SHA512.pyi

Lines changed: 0 additions & 14 deletions
This file was deleted.

third_party/2and3/Crypto/Hash/__init__.pyi

Lines changed: 0 additions & 11 deletions
This file was deleted.

third_party/2and3/Crypto/Hash/hashalgo.pyi

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)