Closed michal-kocarek closed 1 month ago
this is fantastic work, thanks! much simpler than I thought it would be too, wow
will work on getting this in and released soon 🙏
gonna merge this, then add one additional change (rename references to BigInteger to BigInt for clarity)
Thank you, @beaugunderson. I was unsure how you want to deal with breaking change in the API interface.
Thank you for merging this quickly.
I hope that it didn't introduce any regression. Will be looking forward for a new release of this library :)
This PR follows up on #173 and fixes #169 for good by switching from
jsbn
BigInteger
instance to nativeBigInt
.This PR introduces breaking changes:
BigInteger
and returnedBigInteger
work withbigint
right nowbigint
)If you find this valuable, it might need:
Let me know, @beaugunderson what you think about this PR.