Eduard Voiculescu

Results 2 comments of Eduard Voiculescu

Upvoting this fix

Depends on what you want to do, in my use-case I did this: ```bash let bi = BigInt::from_signed_bytes_be(&bytes_array); println!("{}", bi.to_i32().unwrap()); ```