fix: improvinf "brief" and "details" acording suggestion in review

This commit is contained in:
CarlosZoft
2022-04-24 13:26:34 -03:00
parent beb32f80ff
commit b4899db4fb

View File

@@ -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