From 57de4216d32637e24f39b8e3df65d352c647f22d Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 19 Dec 2023 15:20:16 +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 e725e83..caff449 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ `ff` is a finite field library written in pure Rust, with no `unsafe{}` code. +## 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 +`ff` traits), please [create an RFC](https://github.com/zkcrypto/rfcs) for wider +discussion. + ## Disclaimers * This library does not provide constant-time guarantees. The traits enable downstream