Skip to content

Commit

Permalink
fix order() function used in tests that showed an incorrect order (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
conradoplg authored Jul 6, 2023
1 parent 1ff62a6 commit 0db5c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/util/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ pub fn order(point: EdwardsPoint) -> &'static str {
} else if point.is_torsion_free() {
"p"
} else {
"8p"
">p"
}
}

Expand Down

0 comments on commit 0db5c8e

Please sign in to comment.