Add missing test annotation

This commit is contained in:
Luke Parker
2022-08-13 19:43:43 -04:00
parent 75c3cdc5af
commit a73bcc908f

View File

@@ -170,6 +170,7 @@ fn test_is_odd() {
assert_eq!(1, (-FieldElement::one().double()).is_odd().unwrap_u8());
}
#[test]
fn test_edwards_d() {
let a = -FieldElement(U256::from_u32(121665));
let b = FieldElement(U256::from_u32(121666));