Skip to content

Commit

Permalink
refactor field arithmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
ashWhiteHat committed Jun 30, 2022
1 parent 9b4bfa5 commit e150cc5
Show file tree
Hide file tree
Showing 4 changed files with 517 additions and 959 deletions.
1 change: 1 addition & 0 deletions src/fields.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//! This module contains implementations for the two finite fields of the Pallas
//! and Vesta curves.

mod common;
mod fp;
mod fq;

Expand Down
Loading

0 comments on commit e150cc5

Please sign in to comment.