Brian LaVallee
Brian LaVallee
I will look into making it compatible. There is an easy work-around, simply add `laravel/legacy-factories` to your project.
Part of the fix, requires passing the config values to the `singleton` in `EarmarkServiceProvider.php`.
Need to impliment and test, but the *fix* will probably be: ```diff // @codeCoverageIgnoreStart //Poing\Earmark\Http\Controllers $this->app->singleton('earmark', function () { - return new Serial; + return new Serial(CONFIG VALUES); }); ```...
> Do you have a working version in Python? Is available? Cross-compatibility is important! @jeffkitson-music I just finished working on my own cross-compatible port of `secrets.js` to Python. You can...
To answer the non-zero question... I am sure it was a conscious decision. If random provided $0$ for **both** coefficients $a_1$ and $a_2$, it could potentially reveal the secret. $q(x)...
@scrovy Dividing a secret into pieces, with the simplified method, without the galileo field $GF(p)$, every $0$ on the right would reduce $k$, reducing the number of shares needed to...