http://6n2kxxsgpasqrgutdp7jhxiqweovhkjerp2fz6fhwzs4l4fncatq.b32.i2p/ascendforever/grsa/commit/42d097d5c882f1c6d30da17b33d6dd4542483cc7
cdef inline tuple calculate_keys_custom_exponent ( PyInt p , PyInt q , cython . u int exponent ) : cdef inline tuple calculate_keys_custom_exponent ( PyInt p , PyInt q , unsigned int exponent ) : # """[Created 12/10/21]""" cdef PyInt phi_n = ( p - 1 ) * ( q - 1 ) cdef PyInt d @ -250,9 +257,9 @@ cdef inline tuple calculate_keys_custom_exponent(PyInt p, PyInt q, cython.uint e raise ValueError # no message b/c we will always except the error return exponent , d cpdef tuple...