From 2c9a1a4eff43a4064673ff2f24cc8f6326efda5a Mon Sep 17 00:00:00 2001 From: Bee <10378052+bee-san@users.noreply.github.com> Date: Mon, 5 Oct 2020 12:52:29 +0100 Subject: [PATCH] Updated What to check before a pull request (markdown) --- What-to-check-before-a-pull-request.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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