Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pycryptodomex / Util / RFC1751.pyi
Size: Mime:
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: ...