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 7de7b9d commit b468ff7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b468ff7

Please sign in to comment.