mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Update to the index and Categories after operations are added.
This commit is contained in:
parent
78640a804e
commit
d745a516cb
2 changed files with 3 additions and 1 deletions
|
@ -356,7 +356,8 @@
|
||||||
"Decrypt Keystore File",
|
"Decrypt Keystore File",
|
||||||
"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"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -184,6 +184,7 @@ import "./tests/SeedphraseToSeed.mjs";
|
||||||
import "./tests/DeserializeExtendedKey.mjs";
|
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/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