mirror of
https://github.com/gchq/CyberChef.git
synced 2025-06-17 11:45:07 -04:00
Hotfix: Fixed a bug where if a private or public key ended with a0 or other whitespace byte, the validatePrivate or Public Key function in Bitcoin.mjs would strip that byte. In addition added a Public Key To TRX Address Operation.
This commit is contained in:
parent
e96e31cd52
commit
f7ebae4e88
5 changed files with 202 additions and 24 deletions
|
@ -183,6 +183,7 @@ import "./tests/WIFToPrivateKey.mjs";
|
|||
import "./tests/SeedphraseToSeed.mjs";
|
||||
import "./tests/DeserializeExtendedKey.mjs";
|
||||
import "./tests/PublicKeyToETHStyleAddress.mjs";
|
||||
import "./tests/PublicKeyToTRXStyleAddress.mjs";
|
||||
import "./tests/GetAllCasings.mjs";
|
||||
import "./tests/SIGABA.mjs";
|
||||
import "./tests/ELFInfo.mjs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue