Added magic entropy signatures

This commit is contained in:
n1073645 2019-12-16 11:40:50 +00:00
parent e5fc87c1eb
commit 1531555b0b
15 changed files with 92 additions and 20 deletions

View file

@ -116,7 +116,14 @@ class FromBase64 extends Operation {
magic: true,
args: ["./0-9A-Za-z", true]
},
]);
],
null,
null,
{
input: [4, 5],
output: [3.5, 6]
}
);
}
/**