Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bigint: Fix calculation of size for multiply temporaries
When x.len() and y.len() are both equal and odd, we have x1.len() + y1.len() + 1 (the required size to multiply x1 and y1) > y.len() + 1 This fixes rust-num#187
- Loading branch information