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.
from_le_bytesandfrom_be_bytesfor IBig, equivalent tonum_bigint::BigInt::{from_signed_bytes_le, from_signed_bytes_be}from_digitsandto_digitsfor IBig, somewhat equivalent tonum_bigint::BigInt::{from_radix_le, from_radix_be}, but it support radix in a wholeWord.