Skip to content

Commit

Permalink
clean up prover
Browse files Browse the repository at this point in the history
  • Loading branch information
TymurKhr committed Sep 23, 2019
1 parent fe9f036 commit be5d429
Show file tree
Hide file tree
Showing 3 changed files with 258 additions and 269 deletions.
1 change: 0 additions & 1 deletion core/models/src/params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,4 @@ pub const PAD_MSG_BEFORE_HASH_BITS_LEN: usize = 736;
lazy_static! {
pub static ref JUBJUB_PARAMS: AltJubjubBn256 = AltJubjubBn256::new();
pub static ref PEDERSEN_HASHER: BabyPedersenHasher = BabyPedersenHasher::default();
pub static ref PEDERSEN_HASHER2: PedersenHasher<Bn256> = PedersenHasher::<Bn256>::default();
}
Loading

0 comments on commit be5d429

Please sign in to comment.