Merge branch 'master' into develop

This commit is contained in:
Henry de Valence 2019-06-04 15:28:12 -07:00
commit c159bd4b07
2 changed files with 10 additions and 1 deletions

View file

@ -2,6 +2,15 @@
Entries are listed in reverse chronological order.
## 1.2.0
* New multiscalar multiplication algorithm with better performance for
large problem sizes. The backend algorithm is selected
transparently using the size hints of the input iterators, so no
changes are required for client crates to start using it.
* Equality of Edwards points is now checked in projective coordinates.
* Serde can now be used with `no_std`.
## 1.1.4
* Fix typos in documentation comments.

View file

@ -1,6 +1,6 @@
[package]
name = "curve25519-dalek"
version = "1.1.4"
version = "1.2.0"
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
"Henry de Valence <hdevalence@hdevalence.ca>"]
readme = "README.md"