GetPoplog / Seed

Scripts for getting Poplog onto your Linux machine
MIT License
7 stars 3 forks source link

A series of Bigint arithmetic fixes copied from Waldek Heibsch, Closes #120 #121

Closed sfkleach closed 2 years ago

sfkleach commented 2 years ago

Waldek noticed a series issues in the bigint libraries and corrected them in his repository. This PR copies across the commit messages and content to ease comparison. A single minor whitespace change has been made from Waldek's commits but line numbers have been preserved to reduce divergence.

The original commits were:

A further commit has been added that resolved issues in the function testbit.

IMPORTANT NOTE: Ideally we will include unit tests with this PR but this is submitted now in order to begin the review process.

sfkleach commented 2 years ago

Build not working correctly but these changes are imported from a working system & verified locally