mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Added BCD operations with tests
This commit is contained in:
parent
bcaef8ba54
commit
c773edceb9
6 changed files with 382 additions and 1 deletions
|
@ -12,6 +12,7 @@ import "babel-polyfill";
|
|||
|
||||
import TestRegister from "./TestRegister.js";
|
||||
import "./tests/operations/Base58.js";
|
||||
import "./tests/operations/BCD.js";
|
||||
import "./tests/operations/ByteRepr.js";
|
||||
import "./tests/operations/CharEnc.js";
|
||||
import "./tests/operations/Cipher.js";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue