From b468ff77d861761701967f688d0e6f75537e1044 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 19 Dec 2023 15:27:18 +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 b2ec51ec..9a099e23 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,12 @@ This crate provides an implementation of the BLS12-381 pairing-friendly elliptic * This implementation does not require the Rust standard library. * All operations are constant time unless explicitly noted. +## 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. + ## Features * `bits` (on by default): Enables APIs for obtaining bit iterators for scalars.