mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 16:56:15 -04:00
Merge branch 'features/big-number' of https://github.com/artemisbot/CyberChef into artemisbot-features/big-number
This commit is contained in:
commit
8d3d39acd3
5 changed files with 47 additions and 932 deletions
|
@ -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: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue