From e40084b70d46b49f9b39ec1cd77b0c0e91d86946 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 19 Dec 2023 15:25:56 +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 7cac076a..3a0e84eb 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,13 @@ Specific curves are implemented in separate crates: - [`bls12_381`](https://crates.io/crates/bls12_381) - the BLS12-381 curve. +## 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 +`pairing` traits), please [create an RFC](https://github.com/zkcrypto/rfcs) for +wider discussion. + ## [Documentation](https://docs.rs/pairing/) Bring the `pairing` crate into your project just as you normally would.