mirror of
https://github.com/gchq/CyberChef.git
synced 2025-06-15 10:44:50 -04:00
Update to Categories.json and index.mjs
This commit is contained in:
parent
94957cfbbb
commit
804b799de3
2 changed files with 4 additions and 1 deletions
|
@ -357,7 +357,8 @@
|
||||||
"BIP32Derive",
|
"BIP32Derive",
|
||||||
"Public Key To ETH Style Address",
|
"Public Key To ETH Style Address",
|
||||||
"Public Key To TRX Style Address",
|
"Public Key To TRX Style Address",
|
||||||
"ETH / TRX Conversion"
|
"ETH / TRX Conversion",
|
||||||
|
"Key To Extended Key"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -185,6 +185,8 @@ import "./tests/DeserializeExtendedKey.mjs";
|
||||||
import "./tests/PublicKeyToETHStyleAddress.mjs";
|
import "./tests/PublicKeyToETHStyleAddress.mjs";
|
||||||
import "./tests/PublicKeyToTRXStyleAddress.mjs";
|
import "./tests/PublicKeyToTRXStyleAddress.mjs";
|
||||||
import "./tests/ETHTRXConversion.mjs";
|
import "./tests/ETHTRXConversion.mjs";
|
||||||
|
import "./tests/KeyToExtendedKey.mjs";
|
||||||
|
import "./tests/SeedToAddress.mjs";
|
||||||
import "./tests/GetAllCasings.mjs";
|
import "./tests/GetAllCasings.mjs";
|
||||||
import "./tests/SIGABA.mjs";
|
import "./tests/SIGABA.mjs";
|
||||||
import "./tests/ELFInfo.mjs";
|
import "./tests/ELFInfo.mjs";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue