Skip to content

Commit

Permalink
Point to the RFC process
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Dec 19, 2023
1 parent 11eff5b commit e40084b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e40084b

Please sign in to comment.