Add missing test annotation

This commit is contained in:
Luke Parker 2022-08-13 19:43:43 -04:00
parent 75c3cdc5af
commit a73bcc908f
No known key found for this signature in database
GPG key ID: F9F1386DB1E119B6

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));