mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-12 01:01:32 -04:00
Adding basic arithmetic operation
This commit is contained in:
parent
ae1b12c120
commit
f9cbb6246b
6 changed files with 157 additions and 1 deletions
|
@ -46,6 +46,11 @@ export const HASH_DELIM_OPTIONS = ["Line feed", "CRLF", "Space", "Comma"];
|
|||
*/
|
||||
export const IP_DELIM_OPTIONS = ["Line feed", "CRLF", "Space", "Comma", "Semi-colon"];
|
||||
|
||||
/**
|
||||
* Math operations
|
||||
*/
|
||||
export const ARITMETIC_OPTIONS = ["Add", "Subtract", "Multiply", "Divide"];
|
||||
|
||||
/**
|
||||
* Split delimiters.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue