Skip to content

Commit

Permalink
crypto: delete stubs
Browse files Browse the repository at this point in the history
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
  • Loading branch information
hauntsaninja committed Oct 4, 2020
1 parent 6e7ac97 commit 17bc718
Show file tree
Hide file tree
Showing 55 changed files with 0 additions and 748 deletions.
20 changes: 0 additions & 20 deletions third_party/2and3/Crypto/Cipher/AES.pyi

This file was deleted.

20 changes: 0 additions & 20 deletions third_party/2and3/Crypto/Cipher/ARC2.pyi

This file was deleted.

15 changes: 0 additions & 15 deletions third_party/2and3/Crypto/Cipher/ARC4.pyi

This file was deleted.

20 changes: 0 additions & 20 deletions third_party/2and3/Crypto/Cipher/Blowfish.pyi

This file was deleted.

20 changes: 0 additions & 20 deletions third_party/2and3/Crypto/Cipher/CAST.pyi

This file was deleted.

20 changes: 0 additions & 20 deletions third_party/2and3/Crypto/Cipher/DES.pyi

This file was deleted.

20 changes: 0 additions & 20 deletions third_party/2and3/Crypto/Cipher/DES3.pyi

This file was deleted.

12 changes: 0 additions & 12 deletions third_party/2and3/Crypto/Cipher/PKCS1_OAEP.pyi

This file was deleted.

13 changes: 0 additions & 13 deletions third_party/2and3/Crypto/Cipher/PKCS1_v1_5.pyi

This file was deleted.

15 changes: 0 additions & 15 deletions third_party/2and3/Crypto/Cipher/XOR.pyi

This file was deleted.

11 changes: 0 additions & 11 deletions third_party/2and3/Crypto/Cipher/__init__.pyi

This file was deleted.

17 changes: 0 additions & 17 deletions third_party/2and3/Crypto/Cipher/blockalgo.pyi

This file was deleted.

16 changes: 0 additions & 16 deletions third_party/2and3/Crypto/Hash/HMAC.pyi

This file was deleted.

14 changes: 0 additions & 14 deletions third_party/2and3/Crypto/Hash/MD2.pyi

This file was deleted.

14 changes: 0 additions & 14 deletions third_party/2and3/Crypto/Hash/MD4.pyi

This file was deleted.

14 changes: 0 additions & 14 deletions third_party/2and3/Crypto/Hash/MD5.pyi

This file was deleted.

14 changes: 0 additions & 14 deletions third_party/2and3/Crypto/Hash/RIPEMD.pyi

This file was deleted.

14 changes: 0 additions & 14 deletions third_party/2and3/Crypto/Hash/SHA.pyi

This file was deleted.

14 changes: 0 additions & 14 deletions third_party/2and3/Crypto/Hash/SHA224.pyi

This file was deleted.

14 changes: 0 additions & 14 deletions third_party/2and3/Crypto/Hash/SHA256.pyi

This file was deleted.

14 changes: 0 additions & 14 deletions third_party/2and3/Crypto/Hash/SHA384.pyi

This file was deleted.

14 changes: 0 additions & 14 deletions third_party/2and3/Crypto/Hash/SHA512.pyi

This file was deleted.

11 changes: 0 additions & 11 deletions third_party/2and3/Crypto/Hash/__init__.pyi

This file was deleted.

11 changes: 0 additions & 11 deletions third_party/2and3/Crypto/Hash/hashalgo.pyi

This file was deleted.

Loading

0 comments on commit 17bc718

Please sign in to comment.