From a1bfbc0ee0c8a041feddf0cdc12a103fe5a314e1 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 19 Dec 2023 15:24:29 +0000 Subject: [PATCH] Point to the RFC process --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5c2398b..42fe567 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ `group` is a crate for working with groups over elliptic curves. +## RFC process + +This crate follows the [zkcrypto RFC process](https://zkcrypto.github.io/rfcs/). +If you want to propose "substantial" changes to this crate (in particular to the +`group` traits), please [create an RFC](https://github.com/zkcrypto/rfcs) for +wider discussion. + ## License Licensed under either of