mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 07:46:16 -04:00
Fixed no-trailing-space lint
This commit is contained in:
parent
10f42e9a7f
commit
50b24d9a56
6 changed files with 21 additions and 21 deletions
|
@ -332,7 +332,7 @@ DES uses a key length of 8 bytes (64 bits).`;
|
|||
|
||||
/**
|
||||
* Lookup table for Blowfish output types.
|
||||
*
|
||||
*
|
||||
* @private
|
||||
*/
|
||||
_BLOWFISH_OUTPUT_TYPE_LOOKUP: {
|
||||
|
@ -340,7 +340,7 @@ DES uses a key length of 8 bytes (64 bits).`;
|
|||
},
|
||||
/**
|
||||
* Lookup table for Blowfish modes.
|
||||
*
|
||||
*
|
||||
* @private
|
||||
*/
|
||||
_BLOWFISH_MODE_LOOKUP: {
|
||||
|
@ -524,7 +524,7 @@ DES uses a key length of 8 bytes (64 bits).`;
|
|||
|
||||
/**
|
||||
* Pseudo-Random Number Generator operation.
|
||||
*
|
||||
*
|
||||
* @param {string} input
|
||||
* @param {Object[]} args
|
||||
* @returns {string}
|
||||
|
@ -944,7 +944,7 @@ DES uses a key length of 8 bytes (64 bits).`;
|
|||
|
||||
/**
|
||||
* A mapping of string formats to their classes in the CryptoJS library.
|
||||
*
|
||||
*
|
||||
* @private
|
||||
* @constant
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue