2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-18 01:03:47 +00:00

Merge branch 'features/big-number' of https://github.com/artemisbot/CyberChef into artemisbot-features/big-number

This commit is contained in:
n1474335
2018-01-05 17:31:27 +00:00
5 changed files with 47 additions and 932 deletions

View File

@@ -806,7 +806,7 @@ const OperationConfig = {
module: "Default",
description: "Converts a number to decimal from a given numerical base.",
inputType: "string",
outputType: "number",
outputType: "BigNumber",
args: [
{
name: "Radix",
@@ -818,7 +818,7 @@ const OperationConfig = {
"To Base": {
module: "Default",
description: "Converts a decimal number to a given numerical base.",
inputType: "number",
inputType: "BigNumber",
outputType: "string",
args: [
{