Move Crypto to 2and3 and generate rest of stubs. (#782)

I implemented strong types for Crypto.Cipher
This commit is contained in:
Roy Williams
2016-12-19 20:13:51 -08:00
committed by Łukasz Langa
parent 7e89fc0d49
commit 89da3a4159
61 changed files with 947 additions and 6 deletions

View File

View File

@@ -1,15 +0,0 @@
# Stubs for Crypto.Cipher (Python 2)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.
# Names in __all__ with no definition:
# AES
# ARC2
# ARC4
# Blowfish
# CAST
# DES
# DES3
# PKCS1_OAEP
# PKCS1_v1_5
# XOR

View File

@@ -1,5 +0,0 @@
# Stubs for Crypto.Random (Python 2)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.
def get_random_bytes(n: int) -> str: ...

View File

@@ -1,3 +0,0 @@
# very stubby version of Crypto.Random
def randint(min: int, max: int) -> int: ...

View File