Skip to content

Commit

Permalink
Merge pull request #80 from zcash/rfc-process
Browse files Browse the repository at this point in the history
Point to the RFC process
  • Loading branch information
str4d authored Dec 20, 2023
2 parents a586b8c + 43598cf commit df67e29
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ This crate provides an implementation of the Pasta elliptic curve constructions,
Pallas and Vesta. More details about the Pasta curves can be found
[in this blog post](https://electriccoin.co/blog/the-pasta-curves-for-halo-2-and-beyond/).

## RFC process

This crate follows the [zkcrypto RFC process](https://zkcrypto.github.io/rfcs/).
If you want to propose "substantial" changes to this crate, please
[create an RFC](https://github.com/zkcrypto/rfcs) for wider discussion.

## [Documentation](https://docs.rs/pasta_curves)

## Minimum Supported Rust Version
Expand Down

0 comments on commit df67e29

Please sign in to comment.