mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-07 20:30:39 +00:00
Merge branch 'master' into develop
This commit is contained in:
commit
8c88e681f4
2 changed files with 10 additions and 1 deletions
|
|
@ -2,6 +2,15 @@
|
||||||
|
|
||||||
Entries are listed in reverse chronological order.
|
Entries are listed in reverse chronological order.
|
||||||
|
|
||||||
|
## 1.2.1
|
||||||
|
|
||||||
|
* Fix a bug in bucket index calculations in the Pippenger multiscalar algorithm
|
||||||
|
for very large input sizes.
|
||||||
|
* Add a more extensive randomized multiscalar multiplication consistency check
|
||||||
|
to the test suite to prevent regressions.
|
||||||
|
* Ensure that that multiscalar and NAF computations work correctly on extremal
|
||||||
|
`Scalar` values constructed via `from_bits`.
|
||||||
|
|
||||||
## 1.2.0
|
## 1.2.0
|
||||||
|
|
||||||
* New multiscalar multiplication algorithm with better performance for
|
* New multiscalar multiplication algorithm with better performance for
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "curve25519-dalek"
|
name = "curve25519-dalek"
|
||||||
version = "1.2.0"
|
version = "1.2.1"
|
||||||
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
|
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
|
||||||
"Henry de Valence <hdevalence@hdevalence.ca>"]
|
"Henry de Valence <hdevalence@hdevalence.ca>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue