Bump version number to 1.1.0-pre.0

This commit is contained in:
Henry de Valence 2019-02-14 14:49:36 -08:00
parent a38b77b965
commit a35adbef84
2 changed files with 13 additions and 1 deletions

View file

@ -2,6 +2,18 @@
Entries are listed in reverse chronological order.
## 1.1.0-pre.0
* Restructures the source tree into `serial` and `vector` backends.
* Adds a new IFMA backend which sets speed records.
* Adds support for precomputation for multiscalar multiplication.
* Replaces the `rand` dependency with `rand_core`.
* Generalizes trait bounds on
- `RistrettoPoint::random()`
- `Scalar::random()`
to allow owned and borrowed RNGs and to allow `RngCore` instead of
`Rng`.
## 1.0.3
* Adds `ConstantTimeEq` implementation for compressed points.

View file

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