Public API, reorganize tests, benchmarks and shootout.

This commit is contained in:
Sean Bowe
2016-09-11 02:19:11 -06:00
parent b93e312eb0
commit 9e458130a6
30 changed files with 30500 additions and 53036 deletions
+1 -4
View File
@@ -100,10 +100,7 @@ impl Fq12 {
}
pub fn unitary_inverse(&self) -> Fq12 {
Fq12 {
c0: self.c0,
c1: -self.c1
}
Fq12::new(self.c0, -self.c1)
}
pub fn mul_by_024(&self,