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
Add from_le_bytes and from_be_bytes for IBig, equivalent to num_bigint::BigInt::{from_signed_bytes_le, from_signed_bytes_be}
Add from_digits and to_digits for IBig, somewhat equivalent to num_bigint::BigInt::{from_radix_le, from_radix_be}, but it support radix in a whole Word.
The text was updated successfully, but these errors were encountered:
from_le_bytes
andfrom_be_bytes
for IBig, equivalent tonum_bigint::BigInt::{from_signed_bytes_le, from_signed_bytes_be}
from_digits
andto_digits
for IBig, somewhat equivalent tonum_bigint::BigInt::{from_radix_le, from_radix_be}
, but it support radix in a wholeWord
.The text was updated successfully, but these errors were encountered: