File size: 159 Bytes
ba2f5d6
 
 
 
 
 
 
1
2
3
4
5
6
7
8
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: ...