mirror of
https://github.com/pezkuwichain/bizinikiwi-bn.git
synced 2026-06-23 03:51:03 +00:00
Public API, reorganize tests, benchmarks and shootout.
This commit is contained in:
+1
-4
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user