Searched refs:calculate_keys_custom_exponent (Results 1 – 1 of 1) sorted by relevance
669 def calculate_keys_custom_exponent(p: int, q: int, exponent: int) -> typing.Tuple[int, int]: function709 return calculate_keys_custom_exponent(p, q, DEFAULT_EXPONENT)735 (e, d) = calculate_keys_custom_exponent(p, q, exponent=exponent)