Home
last modified time | relevance | path

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

/external/python/rsa/rsa/
Dkey.py669 def calculate_keys_custom_exponent(p: int, q: int, exponent: int) -> typing.Tuple[int, int]: function
709 return calculate_keys_custom_exponent(p, q, DEFAULT_EXPONENT)
735 (e, d) = calculate_keys_custom_exponent(p, q, exponent=exponent)