module documentation

Parsing for the moduli file, which contains Diffie-Hellman prime groups.

Maintainer: Paul Swartz

Function parseModuliFile Undocumented
def parseModuliFile(filename: str) -> Dict[int, List[Tuple[int, int]]]: (source)

Undocumented