Merge branch 'features/bifid' of https://github.com/artemisbot/CyberChef into artemisbot-features/bifid

This commit is contained in:
n1474335 2017-06-28 19:27:42 +01:00
commit fe3aeabd0a
9 changed files with 255 additions and 13 deletions

View file

@ -1050,7 +1050,7 @@ const Utils = {
/**
* Actual modulo function, since % is actually the remainder function in JS.
*
* @author Matt C [matt@artemisbot.pw]
* @author Matt C [matt@artemisbot.uk]
* @param {number} x
* @param {number} y
* @returns {number}
@ -1063,7 +1063,7 @@ const Utils = {
/**
* Finds the greatest common divisor of two numbers.
*
* @author Matt C [matt@artemisbot.pw]
* @author Matt C [matt@artemisbot.uk]
* @param {number} x
* @param {number} y
* @returns {number}
@ -1079,7 +1079,7 @@ const Utils = {
/**
* Finds the modular inverse of two values.
*
* @author Matt C [matt@artemisbot.pw]
* @author Matt C [matt@artemisbot.uk]
* @param {number} x
* @param {number} y
* @returns {number}