ciphers.cryptomath_module ========================= .. py:module:: ciphers.cryptomath_module Functions --------- .. autoapisummary:: ciphers.cryptomath_module.find_mod_inverse Module Contents --------------- .. py:function:: find_mod_inverse(a: int, m: int) -> int