mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Merge branch 'master' into develop
This commit is contained in:
commit
4e7380887a
2 changed files with 10 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "curve25519-dalek"
|
||||
version = "0.12.1"
|
||||
version = "0.13.0"
|
||||
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
|
||||
"Henry de Valence <hdevalence@hdevalence.ca>"]
|
||||
readme = "README.md"
|
||||
|
|
|
|||
10
README.md
10
README.md
|
|
@ -44,7 +44,7 @@ Extensive documentation is available [here](https://docs.rs/curve25519-dalek).
|
|||
To install, add the following to the dependencies section of your project's
|
||||
`Cargo.toml`:
|
||||
|
||||
curve25519-dalek = "^0.12"
|
||||
curve25519-dalek = "^0.13"
|
||||
|
||||
Then, in your library or executable source, add:
|
||||
|
||||
|
|
@ -60,3 +60,11 @@ We intend to stabilise the following before curve25519-dalek-1.0.0:
|
|||
|
||||
* Implement hashing to a point on the curve (Elligator).
|
||||
* Finish Ristretto (Decaf for curve25519) implementation.
|
||||
|
||||
## Contributing
|
||||
|
||||
Please see
|
||||
[CONTRIBUTING.md](https://github.com/isislovecruft/curve25519-dalek/blob/master/CONTRIBUTING.md).
|
||||
|
||||
Patches and pull requests should be make against the `develop`
|
||||
branch, **not** `master`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue