Skip to content

Commit 8de5e86

Browse files
committed
Merge #19
19: Release 0.1.43 r=cuviper a=cuviper
2 parents 9e08ee3 + ef0b104 commit 8de5e86

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

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-bigint"
11-
version = "0.1.42"
11+
version = "0.1.43"
1212
readme = "README.md"
1313

1414
[[bench]]

RELEASES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Release 0.1.43
2+
3+
- [The new `BigInt::modpow`][18] performs signed modular exponentiation, using
4+
the existing `BigUint::modpow` and rounding negatives similar to `mod_floor`.
5+
6+
**Contributors**: @cuviper
7+
8+
[18]: https://github.com/rust-num/num-bigint/pull/18
9+
110
# Release 0.1.42
211

312
- [num-bigint now has its own source repository][num-356] at [rust-num/num-bigint][home].

0 commit comments

Comments
 (0)