fix typo, fix integration tests
This commit is contained in:
parent
45ff5741d5
commit
d51de0e941
2 changed files with 3 additions and 2 deletions
|
@ -214,7 +214,8 @@ mod integration {
|
|||
#[cfg(feature = "libsnark")]
|
||||
let backends = map! {
|
||||
"bellman" => ["g16"],
|
||||
"libsnark" => ["gm17", "pghr13"]
|
||||
"libsnark" => ["pghr13"],
|
||||
"ark" => ["gm17"]
|
||||
};
|
||||
|
||||
#[cfg(not(feature = "libsnark"))]
|
||||
|
|
|
@ -5,5 +5,5 @@ prime_field!(
|
|||
|
||||
#[cfg(feature = "bellman")]
|
||||
use bellman_ce::pairing::bls12_381::{Bls12, Fq2};
|
||||
#[cfg(feature = "ark")]
|
||||
#[cfg(feature = "bellman")]
|
||||
bellman_extensions!(Bls12, Fq2);
|
||||
|
|
Loading…
Reference in a new issue