Skip to content

Commit

Permalink
Zcash BLS12-381 powers of tau
Browse files Browse the repository at this point in the history
  • Loading branch information
davxy committed Jul 27, 2024
1 parent 1324684 commit 627fc69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added data/zcash-srs-2-11-uncompressed.bin
Binary file not shown.
6 changes: 6 additions & 0 deletions src/ring.rs
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,12 @@ pub mod testing {
}
}

// Zcash SRS file derived from (https://zfnd.org/conclusion-of-the-powers-of-tau-ceremony).
const PCS_SRS_FILE: &str = concat!(
env!("CARGO_MANIFEST_DIR"),
"/data/zcash-srs-2-11-uncompressed.bin"
);

impl<S: RingSuite + std::fmt::Debug> common::TestVectorTrait for TestVector<S>
where
BaseField<S>: ark_ff::PrimeField,
Expand Down

0 comments on commit 627fc69

Please sign in to comment.