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]]]: ΒΆ

Undocumented