Skip to content

Commit

Permalink
Upgrade rust-toolchain to support 1.52.1 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
dguenther authored May 17, 2021
1 parent 8a2fe71 commit 8186d84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bellman/src/groth16/generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,8 @@ where
*b_g2 = g2_wnaf.scalar(&bt);
}

at.mul_assign(&beta);
bt.mul_assign(&alpha);
at.mul_assign(beta);
bt.mul_assign(alpha);

let mut e = at;
e.add_assign(&bt);
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.45.1
1.52.1

0 comments on commit 8186d84

Please sign in to comment.