Home
last modified time | relevance | path

Searched refs:is_acceptable (Results 1 – 1 of 1) sorted by relevance

/external/python/rsa/rsa/
Dkey.py636 def is_acceptable(p: int, q: int) -> bool: function
655 while not is_acceptable(p, q):