瀏覽代碼

Merge branch 'feature_vigenere'

Conflicts:
	build/prod/cyberchef.htm
	build/prod/index.html
	build/prod/scripts.js
	src/static/stats.txt
Matt C 8 年之前
父節點
當前提交
ac3a0b35f5
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/js/operations/Cipher.js

+ 3 - 1
src/js/operations/Cipher.js

@@ -3,7 +3,7 @@
 /**
  * Cipher operations.
  *
- * @author n1474335 [n1474335@gmail.com] & Matt C [matt@artemisbot.pw]
+ * @author n1474335 [n1474335@gmail.com]
  * @copyright Crown Copyright 2016
  * @license Apache-2.0
  *
@@ -395,6 +395,7 @@ var Cipher = {
     /**
      * Vigenere cipher encode.
      *
+     * @author Matt C [matt@artemisbot.pw]
      * @param {string} input
      * @param {Object[]} args
      * @returns {string}
@@ -442,6 +443,7 @@ var Cipher = {
     /**
      * Vigenere cipher decode.
      *
+     * @author Matt C [matt@artemisbot.pw]
      * @param {string} input
      * @param {Object[]} args
      * @returns {string}