There was an error while loading. Please reload this page.
1 parent e1ff25e commit e04cb90Copy full SHA for e04cb90
1 file changed
src/gt.rs
@@ -300,7 +300,6 @@ impl Group for Gt {
300
self.0.ct_eq(&Self::identity().0)
301
}
302
303
- #[must_use]
304
fn double(&self) -> Self {
305
Gt(self.0.square())
306
0 commit comments