From 43598cf303cf50510b4168b8ffb91f8d3c4637fb Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 19 Dec 2023 15:36:50 +0000 Subject: [PATCH] Point to the RFC process --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 03907cc..3102e04 100644 --- a/README.md +++ b/README.md @@ -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