Skip to content

Commit 98cb815

Browse files
committed
bigint: bump to 0.1.41
- Now uses Toom-3 multiplication for large inputs. - `BigInt`/`BigUint` parsing now accepts `_` separating digits. - `BigInt`/`BigUint::assign_from_slice` reinitializes the value, keeping the same internal buffer. - `BigUint` now implements many `*Assign` ops. - `BigUint::modpow(exp, mod)` performs efficient modular exponentiation.
1 parent 18b48f3 commit 98cb815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigint/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories = [ "algorithms", "data-structures", "science" ]
88
license = "MIT/Apache-2.0"
99
name = "num-bigint"
1010
repository = "https://github.com/rust-num/num"
11-
version = "0.1.40"
11+
version = "0.1.41"
1212

1313
[dependencies]
1414

0 commit comments

Comments
 (0)