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
I'll like to implement some sort of custom version of biguint::to_bitwise_digits_le that take a &mut [u8] instead of allocating a Vec. For this I'd need access to the BigDigits, but it's not exposed. Would it be possible to make this type and the IntDigit trait public?
If this is something you would consider I can make a PR to document IntDigit, since it's currently undocumented.