From 7bfc3959535958fa93da2a8e00d40187685795dd Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 19 Dec 2023 15:34:28 +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 921f96f..e86acf4 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ This is a pure Rust implementation of the Jubjub elliptic curve group and its as * All operations are constant time unless explicitly noted. * This implementation does not require the Rust standard library. +## 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/jubjub) ## Curve Description