File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " spartan"
3- version = " 0.8 .0"
3+ version = " 0.9 .0"
44authors = [
" Srinath Setty <[email protected] >" ]
55edition = " 2021"
66description = " High-speed zkSNARKs without trusted setup"
Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ impl<'b> MulAssign<&'b Scalar> for GroupElement {
3030 }
3131}
3232
33- impl < ' a , ' b > Mul < & ' b Scalar > for & ' a GroupElement {
33+ impl < ' b > Mul < & ' b Scalar > for & GroupElement {
3434 type Output = GroupElement ;
3535 fn mul ( self , scalar : & ' b Scalar ) -> GroupElement {
3636 self * Scalar :: decompress_scalar ( scalar)
3737 }
3838}
3939
40- impl < ' a , ' b > Mul < & ' b GroupElement > for & ' a Scalar {
40+ impl < ' b > Mul < & ' b GroupElement > for & Scalar {
4141 type Output = GroupElement ;
4242
4343 fn mul ( self , point : & ' b GroupElement ) -> GroupElement {
You can’t perform that action at this time.
0 commit comments