GMP用什么算法来反转有限域中的元素?
发布于 2016-04-06 03:00:55
它使用在mpz_gcdext:https://fossies.org/dox/gmp-6.1.0/mpz_2invert_8c_source.html中实现的扩展GCD。
mpz_gcdext
https://stackoverflow.com/questions/36434841
相似问题