Function num_bigint_dig::algorithms::mod_inverse
source · [−]Expand description
Calculate the modular inverse of g
.
Implementation is based on the naive version from wikipedia.
Calculate the modular inverse of g
.
Implementation is based on the naive version from wikipedia.