Skip to content

Commit

Permalink
Merge pull request #110 from zkcrypto/rfc-process
Browse files Browse the repository at this point in the history
Point to the RFC process
  • Loading branch information
str4d authored Dec 20, 2023
2 parents e853770 + 57de421 commit b853db2
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 @@ -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
Expand Down

0 comments on commit b853db2

Please sign in to comment.