mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 07:46:16 -04:00
Various fixes for conditional calcs
This commit is contained in:
parent
4c0d944992
commit
c32fec6b53
3 changed files with 21 additions and 9 deletions
|
@ -12,6 +12,8 @@ export const SWITCHES = [
|
|||
{name: "Down (x)", value: "x"}
|
||||
];
|
||||
|
||||
export const VALID_ITA2 = "ABCDEFGHIJKLMNOPQRSTUVWXYZ34589+-./";
|
||||
|
||||
export const ITA2_TABLE = {
|
||||
"A": "11000",
|
||||
"B": "10011",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue