Description
ULong in the passera.unsigned package has bugs.
ULong.MaxValue is wrong. Should be the same value as
new java.math.BigInteger("FFFFFFFFFFFFFFFF", 16)
Fix, and add tests so we can be sure ULong is working right.
Attachments
Issue Links
- Dependency
-
DAFFODIL-2524 Create a PR on nystrom/unsigned with ULong fixes
- Open