jsbtc
jsbtc copied to clipboard
JavaScript Bitcoin library
It is not possible to generate the original secret with only two shares because the threshold for reconstructing the secret in this case is 3 out of 5 shares. The...
Bumps [webpack](https://github.com/webpack/webpack) from 4.8.3 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...
Shamir challenge: published zpub does not derive target address; no 2-of-5 threshold downgrade found
Summary 1. The published zpub does not derive the advertised target address on standard BIP84 paths. 2. A broad scan on m/84'/0'/0'/{0,1}/0..5000 found no match. 3. Reproduced the historical per-byte...
btc
bc1qwzrryqr3ja8w7hnja2spmkgfdcgvqwp5swz4af4ngsjecfz0w0pqud7k38
dependabot/npm_and_yarn/webpack-5.94.0 > Bumps [webpack](https://github.com/webpack/webpack) from 4.8.3 to 5.94.0. > > Release notes > Commits > Maintainer changes > > [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) > > Dependabot will resolve any conflicts with...
⚠️ Issues and Fixes 1. Incorrect Power Indexing in __shamirFn Problem: for (let a of q) r = S.__GF256_add(r, S.__GF256_mul(a, S.__GF256_pow(x, q.indexOf(a)))); q.indexOf(a) is not safe in case of duplicate...
### **1: JavaScript: All Shares Use the Same x-Coordinate** **1.1 Bug Description** In `jsbtc/shamir.js`, the loop to generate shares reuses the same $x$-value (typically `1`) for all shares, because `ePointer++`...