Skip to content

Commit

Permalink
Adjust debug test to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
volhovm committed Aug 20, 2024
1 parent 277d283 commit b2eb10d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions kimchi/src/precomputed_srs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,14 @@ mod tests {

#[test]
pub fn test_serialization_compat() {
use ark_ec::AffineCurve;
//use mina_curves::pasta::PallasParameters;
use ark_ec::short_weierstrass::SWCurveConfig;
use mina_curves::pasta::PallasParameters;

let base_path = std::env::var("CARGO_MANIFEST_DIR").expect("failed to get manifest path");
let path = PathBuf::from(base_path).join("../srs/testelement.srs");

//PallasParameters::GENERATOR,
let elem_orig = TestStruct {
inner: Pallas::prime_subgroup_generator(),
inner: PallasParameters::GENERATOR,
};

if std::env::var("SRS_OVERWRITE").is_ok() {
Expand Down

0 comments on commit b2eb10d

Please sign in to comment.