|
Wire Sysio Wire Sysion 1.0.0
|
#include <bn.h>

Public Types | |
| enum | { N = 4 } |
| typedef T | Fp2 |
| typedef Fp2::Fp | Fp |
| typedef ParamT< Fp2 > | Param |
| typedef Fp2::Dbl | Fp2Dbl |
| typedef Fp6T< Fp2 > | Fp6 |
| typedef Fp12T< Fp6 > | Fp12 |
Public Member Functions | |
| CompressT (Fp12 &z, const Fp12 &x) | |
| CompressT (Fp12 &z, const CompressT &c) | |
| void | decompress () |
Static Public Member Functions | |
| static void | squareC (CompressT &z) |
| static void | square_nC (CompressT &z, int n) |
| static void | fixed_power (Fp12 &z, const Fp12 &x) |
Public Attributes | |
| Fp12 & | z_ |
| Fp2 & | g1_ |
| Fp2 & | g2_ |
| Fp2 & | g3_ |
| Fp2 & | g4_ |
| Fp2 & | g5_ |
Static Public Attributes | |
| static void(* | square_n )(CompressT &z, int n) |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const CompressT &x) |
Definition at line 2145 of file bn.h.

|
inline |
|
inlinestatic |
Definition at line 2310 of file bn.h.

|
inlinestatic |
Definition at line 2232 of file bn.h.


|
static |