Skip to content

Commit

Permalink
neg impl is recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsing committed Aug 19, 2024
1 parent 9689363 commit 71ba72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fr_sp1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ impl Neg for Fr {

#[inline]
fn neg(self) -> Fr {
-&self
unimplemented!()
}
}

Expand Down

0 comments on commit 71ba72a

Please sign in to comment.