mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 00:06:17 -04:00
Added BIP32Derive, which uses bip32 from bitcoinjs. Modified a few more operations. Code compiles with 20.3.0
This commit is contained in:
parent
810c94803d
commit
f474ffaf72
17 changed files with 764 additions and 170 deletions
|
@ -129,6 +129,7 @@ import "./tests/DecryptKeyStoreFile.mjs";
|
|||
import "./tests/WIFToPrivateKey.mjs";
|
||||
import "./tests/SeedphraseToSeed.mjs";
|
||||
import "./tests/DeserializeExtendedKey.mjs";
|
||||
import "./tests/PublicKeyToETHStyleAddress.mjs";
|
||||
import "./tests/GetAllCasings.mjs";
|
||||
import "./tests/SIGABA.mjs";
|
||||
import "./tests/ELFInfo.mjs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue