-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: renamed bls12_381 -> zkcrypto
- Loading branch information
1 parent
de48d2e
commit c8a3e17
Showing
12 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,12 +4,12 @@ edition = { workspace = true } | |
authors = ["Grandine <[email protected]>"] | ||
|
||
[features] | ||
default = ["blst"] | ||
blst = [ | ||
default = ["bls-blst"] | ||
bls-blst = [ | ||
"dep:blst", | ||
"dep:itertools" | ||
] | ||
bls12_381 = [ | ||
bls-zkcrypto = [ | ||
"dep:bls12_381", | ||
"dep:ff", | ||
"dep:sha2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#[cfg(feature = "blst")] | ||
#[cfg(feature = "bls-blst")] | ||
pub mod blst; | ||
|
||
#[cfg(feature = "bls12_381")] | ||
pub mod bls12_381; | ||
#[cfg(feature = "bls-zkcrypto")] | ||
pub mod zkcrypto; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters