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
commit 8d3d39acd3
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: [
{