Skip to content

Commit 60a1572

Browse files
committed
Gate from_affine_coordinates test to features "hazmat"
1 parent 2afa35c commit 60a1572

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

curve25519-dalek/src/edwards.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1885,6 +1885,7 @@ mod test {
18851885
assert_eq!(minus_basepoint.T, -(&constants::ED25519_BASEPOINT_POINT.T));
18861886
}
18871887

1888+
#[cfg(feature = "hazmat")]
18881889
#[test]
18891890
fn from_affine_coordinates() {
18901891
assert_eq!(constants::ED25519_BASEPOINT_POINT.Z, FieldElement::ONE);

0 commit comments

Comments
 (0)