mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-08 21:00:40 +00:00
Add a README section on contributing.
This commit is contained in:
parent
59f6175b4c
commit
11f4c765c6
1 changed files with 8 additions and 0 deletions
|
|
@ -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).
|
* Implement hashing to a point on the curve (Elligator).
|
||||||
* Finish Ristretto (Decaf for curve25519) implementation.
|
* 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