Changeset View
Changeset View
Standalone View
Standalone View
libraries/integer-gmp/changelog.md
1 | # Changelog for [`integer-gmp` package](http://hackage.haskell.org/package/integer-gmp) | 1 | # Changelog for [`integer-gmp` package](http://hackage.haskell.org/package/integer-gmp) | ||
---|---|---|---|---|---|
2 | 2 | | |||
3 | ## 1.0.2.0 *TBA* | 3 | ## 1.0.2.0 *April 2018* | ||
4 | 4 | | |||
5 | * Bundled with GHC 8.4.2 | 5 | * Bundled with GHC 8.4.2 | ||
6 | 6 | | |||
7 | * Define `powModSecInteger`, a "secure" version of `powModInteger` using the | 7 | * Define `powModSecInteger`, a "secure" version of `powModInteger` using the | ||
8 | `mpz_powm_sec` function. | 8 | `mpz_powm_sec` function. | ||
9 | 9 | | |||
10 | ## 1.0.1.0 *July 2017* | 10 | ## 1.0.1.0 *July 2017* | ||
11 | 11 | | |||
▲ Show 20 Lines • Show All 67 Lines • Show Last 20 Lines |