fix order() function used in tests that showed an incorrect order (#89)
This commit is contained in:
parent
1ff62a63b4
commit
0db5c8e7e3
|
@ -184,7 +184,7 @@ pub fn order(point: EdwardsPoint) -> &'static str {
|
|||
} else if point.is_torsion_free() {
|
||||
"p"
|
||||
} else {
|
||||
"8p"
|
||||
">p"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue