2
0
mirror of https://github.com/apprenticeharper/DeDRM_tools synced 2024-11-18 21:25:39 +00:00

shifted the comment to docstring

This commit is contained in:
shhivam 2018-09-08 23:33:54 +05:30
parent f688bee0aa
commit c20089676d

View File

@ -124,7 +124,6 @@ def SHA256(message):
return ctx.digest() return ctx.digest()
# For K4M/PC 1.6.X and later # For K4M/PC 1.6.X and later
# generate table of prime number less than or equal to int n
def primes(n): def primes(n):
""" """
Return a list of prime integers smaller than or equal to n Return a list of prime integers smaller than or equal to n