mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-11 16:51:31 -04:00
Documenting the library function
This commit is contained in:
parent
671366ee62
commit
4247ddb0ce
2 changed files with 14 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
|||
/**
|
||||
* Constants for the entropy of text.
|
||||
*
|
||||
* @author n1073645 [n1073645@gmail.com]
|
||||
* @copyright Crown Copyright 2020
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
export const compressedToDecompressed = {
|
||||
input: [6.5, 8],
|
||||
output: [3.5, 6]
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
/**
|
||||
* An object used by magic to store the input/output criteria for valid operation results.
|
||||
*
|
||||
* @author n1073645 [n1073645@gmail.com]
|
||||
* @copyright Crown Copyright 2020
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
import OperationConfig from "../config/OperationConfig.json";
|
||||
|
||||
/**
|
||||
* An object used by magic to store the input/output criteria for valid operation results.
|
||||
*/
|
||||
class potentialOps {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue