Skip to content

Commit

Permalink
Zepter
Browse files Browse the repository at this point in the history
  • Loading branch information
davxy committed Oct 31, 2023
1 parent 2f14e63 commit acc5194
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 20 deletions.
5 changes: 1 addition & 4 deletions bls12_377/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,4 @@ ark-ec.workspace = true

[features]
default = [ "std" ]
std = [
"ark-bls12-377-ext/std",
"sp-crypto-ec-utils/std",
]
std = [ "ark-bls12-377-ext/std", "sp-crypto-ec-utils/std" ]
5 changes: 1 addition & 4 deletions bls12_381/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,4 @@ ark-algebra-test-templates.workspace = true

[features]
default = [ "std" ]
std = [
"ark-bls12-381-ext/std",
"sp-crypto-ec-utils/std",
]
std = [ "ark-bls12-381-ext/std", "sp-crypto-ec-utils/std" ]
5 changes: 1 addition & 4 deletions bw6_761/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,4 @@ ark-std.workspace = true

[features]
default = [ "std" ]
std = [
"ark-bw6-761-ext/std",
"sp-crypto-ec-utils/std"
]
std = [ "ark-bw6-761-ext/std", "sp-crypto-ec-utils/std" ]
5 changes: 1 addition & 4 deletions ed_on_bls12_377/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,4 @@ ark-algebra-test-templates.workspace = true

[features]
default = [ "std" ]
std = [
"ark-ed-on-bls12-377-ext/std",
"sp-crypto-ec-utils/std"
]
std = [ "ark-ed-on-bls12-377-ext/std", "sp-crypto-ec-utils/std" ]
5 changes: 1 addition & 4 deletions ed_on_bls12_381_bandersnatch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,4 @@ ark-algebra-test-templates.workspace = true

[features]
default = [ "std" ]
std = [
"ark-ed-on-bls12-381-bandersnatch-ext/std",
"sp-crypto-ec-utils/std",
]
std = [ "ark-ed-on-bls12-381-bandersnatch-ext/std", "sp-crypto-ec-utils/std" ]

0 comments on commit acc5194

Please sign in to comment.