Apply suggestions from code review

This commit is contained in:
David Leal 2022-06-09 09:56:55 -05:00 committed by GitHub
parent f49a954b34
commit 768a99c8e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
/**
* @file
* @brief simple implementation of modular multiplicative inverse
* @brief Simple implementation of [modular multiplicative inverse](https://en.wikipedia.org/wiki/Modular_multiplicative_inverse)
*
* @details
* this algorithm calculates the modular inverse x^{-1} \mod y iteratively