Skip to content

Commit

Permalink
chore: merge upstream PSE to resolve extra merge commits
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Dec 15, 2023
2 parents b961a6a + 823212a commit 052679b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pluto_eris/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
//! Supporting evidence: https://github.com/daira/pluto-eris
//! Field constant derivation: https://github.com/davidnevadoc/ec-constants/tree/main/pluto_eris
//! Pairing constants derivation: https://github.com/John-Gong-Math/pluto_eris/blob/main/pluto_pairing.ipynb

// temporarily allow clippy::all to avoid warnings in this module:
#[allow(clippy::all)]
mod curve;
mod engine;
Expand Down

0 comments on commit 052679b

Please sign in to comment.