Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
bn254_if.hpp File Reference

api for Java More...

#include "bn.h"
Include dependency graph for bn254_if.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Mpz
 
class  Fp
 
class  Fp2
 
class  Fp12
 
class  Ec1
 
class  Ec2
 

Macros

#define MIE_ATE_USE_GMP
 

Functions

void SystemInit () throw (std::exception)
 
const MpzGetParamR ()
 

Detailed Description

Author
herumi
Note
modified new BSD license http://opensource.org/licenses/BSD-3-Clause

Definition in file bn254_if.hpp.

Macro Definition Documentation

◆ MIE_ATE_USE_GMP

#define MIE_ATE_USE_GMP

Definition at line 10 of file bn254_if.hpp.

Function Documentation

◆ GetParamR()

const Mpz & GetParamR ( )
inline

Definition at line 250 of file bn254_if.hpp.

251{
252 static Mpz r("16798108731015832284940804142231733909759579603404752749028378864165570215949");
253 return r;
254}
const mie::Vuint & r
Definition bn.cpp:28
Here is the caller graph for this function:

◆ SystemInit()

void SystemInit ( )
throw (std::exception )
inline

Definition at line 14 of file bn254_if.hpp.

15{
17}
static void init(const CurveParam &cp, int mode=-1, bool useMulx=true)
Definition bn.h:206
Here is the call graph for this function:
Here is the caller graph for this function: