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:
David C Goldenberg 2024-10-06 21:25:48 -04:00
parent e96e31cd52
commit f7ebae4e88
5 changed files with 202 additions and 24 deletions

View file

@ -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";