MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / main

Function main

ciphers/rsa_key_generator.py:10–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9
10def main() -> None:
11 print("Making key files...")
12 make_key_files("rsa", 1024)
13 print("Key files generation successful.")
14
15
16def generate_key(key_size: int) -> tuple[tuple[int, int], tuple[int, int]]:

Callers 1

Calls 1

make_key_filesFunction · 0.70

Tested by

no test coverage detected