diff --git a/What-to-check-before-a-pull-request.md b/What-to-check-before-a-pull-request.md index 00a0c9f..657cf04 100644 --- a/What-to-check-before-a-pull-request.md +++ b/What-to-check-before-a-pull-request.md @@ -59,4 +59,10 @@ In this case, the Galactic dictionary is in CipheyDists, it is in the translate This is our [resource loader](https://github.com/Ciphey/Ciphey/wiki/Extending-Ciphey#resourceloader). You don't need to know much about it, other than it allows you to select resources without memorising weird file paths. -**Make sure to bump up the version of CipheyDists in your fork when we push a release to CipheyDists** \ No newline at end of file +**Make sure to bump up the version of CipheyDists in your fork when we push a release to CipheyDists** + +# Mathematical Functions + +Do you have a generic mathematical function like `modInv` (Modular Inverse)? Do you think this will come up again in another cracker / decoder? + +Add it to our small maths library [https://github.com/Ciphey/Ciphey/blob/master/ciphey/mathsHelper.py](https://github.com/Ciphey/Ciphey/blob/master/ciphey/mathsHelper.py). \ No newline at end of file