Skip to content

Commit

Permalink
Expose bn254 module
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbosio committed Mar 7, 2024
1 parent d5ad48b commit 469740d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions curves/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ license = "Apache-2.0"
[dependencies]
ark-ec = { version = "0.3.0", features = ["parallel"] }
ark-ff = { version = "0.3.0", features = ["parallel", "asm"] }
ark-bn254 = "0.3.0"

[dev-dependencies]
rand = { version = "0.8.0", default-features = false }
Expand Down
1 change: 1 addition & 0 deletions curves/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pub mod bn254;
pub mod pasta;

0 comments on commit 469740d

Please sign in to comment.