diff --git a/math/modular_inverse_simple.cpp b/math/modular_inverse_simple.cpp index aec28956e..e6fd988d6 100644 --- a/math/modular_inverse_simple.cpp +++ b/math/modular_inverse_simple.cpp @@ -1,10 +1,9 @@ /** * @file - * @brief simple implementation of adaption modular multiplicative inverse - * algorithm + * @brief simple implementation of modular multiplicative inverse * * @details - * this algorithm calculate the modular inverse iteratively + * this algorithm calculates the modular inverse iteratively * * @ref * https://en.wikipedia.org/wiki/Modular_multiplicative_inverse