mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 15:53:30 +00:00
Moved author tag and improved description for ROT47
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* Bit rotation operations.
|
||||
*
|
||||
* @author n1474335 [n1474335@gmail.com] & Matt C [matt@artemisbot.pw]
|
||||
* @author n1474335 [n1474335@gmail.com]
|
||||
* @copyright Crown Copyright 2016
|
||||
* @license Apache-2.0
|
||||
*
|
||||
@@ -135,6 +135,7 @@ var Rotate = {
|
||||
/**
|
||||
* ROT47 operation.
|
||||
*
|
||||
* @author Matt C [matt@artemisbot.pw]
|
||||
* @param {byte_array} input
|
||||
* @param {Object[]} args
|
||||
* @returns {byte_array}
|
||||
|
||||
Reference in New Issue
Block a user