mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-11 00:31:31 -04:00
Adds Base85 operation to resolve #286
This commit is contained in:
parent
403296cc59
commit
d6fb200fb2
6 changed files with 290 additions and 0 deletions
|
@ -15,6 +15,7 @@ import "babel-polyfill";
|
|||
import TestRegister from "./TestRegister.js";
|
||||
import "./tests/operations/Base58.js";
|
||||
import "./tests/operations/Base64.js";
|
||||
import "./tests/operations/Base85.js";
|
||||
import "./tests/operations/BCD.js";
|
||||
import "./tests/operations/BitwiseOp.js";
|
||||
import "./tests/operations/BSON.js";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue