| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
BigInteger constructor uses the sign bit in the first byte. Since we explicitly handle the sign, the fix is to prepend a zero byte to the number, which does not change it, but ensures sign bit is zero. fixes pythonnet#1990
| Back | FazBrowse Home | New Git URL |
What does this implement/fix? Explain your changes.
BigInteger(byte[]) constructor uses the sign bit in the first byte.
Since we handle the sign separately, the fix is to prepend a zero byte to the number, which does not change it, but ensures sign bit is zero.
Does this close any currently open issues?
fixes #1990
Checklist
Check all those that are applicable and complete.