|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Go to the source code of this file.
Functions | |
| TEST (fq12, Eq) | |
| TEST (fq12, IsZero) | |
| TEST (fq12, RandomElement) | |
| TEST (fq12, AddCheckAgainstConstants) | |
| TEST (fq12, SubCheckAgainstConstants) | |
| TEST (fq12, MulCheckAgainstConstants) | |
| TEST (fq12, SparseMulCheckAgainstConstants) | |
| TEST (fq12, SqrCheckAgainstConstants) | |
| TEST (fq12, Inverse) | |
| TEST (fq12, UnitaryInverse) | |
| TEST (fq12, FrobeniusMapThree) | |
| TEST (fq12, FrobeniusMapTwo) | |
| TEST (fq12, FrobeniusMapOne) | |
| TEST (fq12, ToMontgomeryForm) | |
| TEST (fq12, FromMontgomeryForm) | |
| TEST (fq12, MulSqrConsistency) | |
| TEST (fq12, AddMulConsistency) | |
| TEST (fq12, SubMulConsistency) | |
| TEST | ( | fq12 | , |
| AddCheckAgainstConstants | |||
| ) |
Definition at line 102 of file fq12.test.cpp.
| TEST | ( | fq12 | , |
| AddMulConsistency | |||
| ) |
Definition at line 631 of file fq12.test.cpp.
| TEST | ( | fq12 | , |
| Eq | |||
| ) |
Definition at line 6 of file fq12.test.cpp.
| TEST | ( | fq12 | , |
| FrobeniusMapOne | |||
| ) |
Definition at line 541 of file fq12.test.cpp.
| TEST | ( | fq12 | , |
| FrobeniusMapThree | |||
| ) |
Definition at line 422 of file fq12.test.cpp.
| TEST | ( | fq12 | , |
| FrobeniusMapTwo | |||
| ) |
Definition at line 482 of file fq12.test.cpp.
| TEST | ( | fq12 | , |
| FromMontgomeryForm | |||
| ) |
Definition at line 611 of file fq12.test.cpp.
| TEST | ( | fq12 | , |
| Inverse | |||
| ) |
Definition at line 406 of file fq12.test.cpp.
| TEST | ( | fq12 | , |
| IsZero | |||
| ) |
Definition at line 80 of file fq12.test.cpp.
| TEST | ( | fq12 | , |
| MulCheckAgainstConstants | |||
| ) |
Definition at line 186 of file fq12.test.cpp.
| TEST | ( | fq12 | , |
| MulSqrConsistency | |||
| ) |
Definition at line 620 of file fq12.test.cpp.
| TEST | ( | fq12 | , |
| RandomElement | |||
| ) |
Definition at line 92 of file fq12.test.cpp.
| TEST | ( | fq12 | , |
| SparseMulCheckAgainstConstants | |||
| ) |
Definition at line 271 of file fq12.test.cpp.
| TEST | ( | fq12 | , |
| SqrCheckAgainstConstants | |||
| ) |
Definition at line 346 of file fq12.test.cpp.
| TEST | ( | fq12 | , |
| SubCheckAgainstConstants | |||
| ) |
Definition at line 144 of file fq12.test.cpp.
| TEST | ( | fq12 | , |
| SubMulConsistency | |||
| ) |
Definition at line 648 of file fq12.test.cpp.
| TEST | ( | fq12 | , |
| ToMontgomeryForm | |||
| ) |
Definition at line 602 of file fq12.test.cpp.
| TEST | ( | fq12 | , |
| UnitaryInverse | |||
| ) |
Definition at line 413 of file fq12.test.cpp.