add derives

This commit is contained in:
NikVolf
2019-03-13 12:35:21 +03:00
parent 568746fcf2
commit e8390af8a6
+2
View File
@@ -183,6 +183,8 @@ impl Mul for Fq {
}
}
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
#[repr(C)]
pub struct Fq2(fields::Fq2);
impl Fq2 {