Waldek Hebisch has added a series of fixes for bigint arithmetic that need to be mirrored in GetPoplog. These come from [his github repo](https://github.com/hebisch/poplog). * [Fix bigint left shift of negative numbers](https://github.com/hebisch/poplog/commit/a6bc193380ce8016abf35680f4937db0f005974c) * [Fix returning pop integers from bigint functions](https://github.com/hebisch/poplog/commit/7a1f801af5eebcae0c28246ddf9cf7e13ce0fe49) * [Do not use uninitialized memory during bigint divide](https://github.com/hebisch/poplog/commit/625ca6b90fe4090656369fa8980c6472d93c9240) * [Use safer way to return result of bigint multiplication](https://github.com/hebisch/poplog/commit/b87b3d5f8cd0d17ffc1795815d4c97abcc6623b9) * [Discover more cases of 0 quotient in bigint divide](https://github.com/hebisch/poplog/commit/4e68d541367f1b83720bd357a8cade8405daf76e)
Waldek Hebisch has added a series of fixes for bigint arithmetic that need to be mirrored in GetPoplog. These come from his github repo.