first add files
This commit is contained in:
7
lib/Crypto/Util/RFC1751.pyi
Normal file
7
lib/Crypto/Util/RFC1751.pyi
Normal file
@@ -0,0 +1,7 @@
|
||||
from typing import Dict, List
|
||||
|
||||
binary: Dict[int, str]
|
||||
wordlist: List[str]
|
||||
|
||||
def key_to_english(key: bytes) -> str: ...
|
||||
def english_to_key(s: str) -> bytes: ...
|
||||
Reference in New Issue
Block a user