mirror of
https://github.com/Legrandin/pycryptodome.git
synced 2025-12-08 05:19:46 +00:00
Fix DeprecationWarning: invalid escape sequence
This commit is contained in:
parent
baa17ab846
commit
dc2e9b9e3c
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ def getStrongPrime(N, e=0, false_positive_prob=1e-6, randfunc=None):
|
|||
return X
|
||||
|
||||
def isPrime(N, false_positive_prob=1e-6, randfunc=None):
|
||||
"""Test if a number *N* is a prime.
|
||||
r"""Test if a number *N* is a prime.
|
||||
|
||||
Args:
|
||||
false_positive_prob (float):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue