Skip to content

Commit

Permalink
Merge pull request #61 from zkcrypto/rfc-process
Browse files Browse the repository at this point in the history
Point to the RFC process
  • Loading branch information
str4d committed Dec 20, 2023
2 parents 47dfe51 + 7bfc395 commit 1cd17a0
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 @@ -12,6 +12,12 @@ This is a pure Rust implementation of the Jubjub elliptic curve group and its as
* All operations are constant time unless explicitly noted.
* This implementation does not require the Rust standard library.

## 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.

## [Documentation](https://docs.rs/jubjub)

## Curve Description
Expand Down

0 comments on commit 1cd17a0

Please sign in to comment.