Open
Description
Hello,
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 BigDigit
s, 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.
Metadata
Metadata
Assignees
Labels
No labels