num-traits/bigint
Kent Overstreet 1e65e9dc51 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 #187
2016-04-20 15:48:02 -08:00
..
src bigint: Fix calculation of size for multiply temporaries 2016-04-20 15:48:02 -08:00
Cargo.toml bigint: add path-dependency versions 2016-04-14 00:26:54 -07:00