mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-20 08:38:26 +08:00
Move Crypto to 2and3 and generate rest of stubs. (#782)
I implemented strong types for Crypto.Cipher
This commit is contained in:
committed by
Łukasz Langa
parent
7e89fc0d49
commit
89da3a4159
0
third_party/2/Crypto/Cipher/AES.pyi
vendored
0
third_party/2/Crypto/Cipher/AES.pyi
vendored
15
third_party/2/Crypto/Cipher/__init__.pyi
vendored
15
third_party/2/Crypto/Cipher/__init__.pyi
vendored
@@ -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
|
||||
5
third_party/2/Crypto/Random/__init__.pyi
vendored
5
third_party/2/Crypto/Random/__init__.pyi
vendored
@@ -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: ...
|
||||
3
third_party/2/Crypto/Random/random.pyi
vendored
3
third_party/2/Crypto/Random/random.pyi
vendored
@@ -1,3 +0,0 @@
|
||||
# very stubby version of Crypto.Random
|
||||
|
||||
def randint(min: int, max: int) -> int: ...
|
||||
0
third_party/2/Crypto/__init__.pyi
vendored
0
third_party/2/Crypto/__init__.pyi
vendored
Reference in New Issue
Block a user