mirror of
https://github.com/arnaucube/babyjubjub-ark.git
synced 2026-01-22 20:51:28 +01:00
Derive Eq trait for Point
This commit is contained in:
@@ -148,7 +148,7 @@ impl PointProjective {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
#[derive(Clone, Debug, PartialEq, Eq)]
|
||||
pub struct Point {
|
||||
pub x: Fq,
|
||||
pub y: Fq,
|
||||
|
||||
Reference in New Issue
Block a user