jsbtc icon indicating copy to clipboard operation
jsbtc copied to clipboard

JavaScript Bitcoin library

Results 7 jsbtc issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

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 > > [![Dependabot compatibility score](https://camo.githubusercontent.com/eef9e3c5dad9375a6ec15c6bac496eb8125b826e14ea7690d5372a6d39205827/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d7765627061636b267061636b6167652d6d616e616765723d6e706d5f616e645f7961726e2670726576696f75732d76657273696f6e3d342e382e33266e65772d76657273696f6e3d352e39342e30)](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++`...