Elgamal cipher key generator code - (initial)

This commit is contained in:
psyas 2018-06-12 21:21:38 +09:00
parent 602eae756e
commit 0c8707d11c

View File

@ -59,4 +59,5 @@ def makeKeyFiles(name, keySize):
if __name__ == '__main__':
main()
main()