Chirag1994's picture
Upload 6211 files
e76a088
raw
history blame
No virus
159 Bytes
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: ...