mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Update version to 1.2.0
This commit is contained in:
parent
c084def3a3
commit
62fbd6ab63
2 changed files with 10 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue