You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my code (https://github.com/poanetwork/vdf), I found myself in need of a trait that included pretty much everything that could be asked of a bignum: conversions from various sized integers, bit setters, serialization and deserialization (both unsigned and 2’s complement), mutating arithmetic operations, etc.
Would such a trait be in the scope of this crate?
The text was updated successfully, but these errors were encountered:
In my code (https://github.com/poanetwork/vdf), I found myself in need of a trait that included pretty much everything that could be asked of a bignum: conversions from various sized integers, bit setters, serialization and deserialization (both unsigned and 2’s complement), mutating arithmetic operations, etc.
Would such a trait be in the scope of this crate?
The text was updated successfully, but these errors were encountered: