Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
bn::CurveParam Struct Reference

#include <bn.h>

Public Member Functions

bool operator== (const CurveParam &rhs) const
 
bool operator!= (const CurveParam &rhs) const
 

Public Attributes

int64_t z
 
int b
 
int xi_a
 
int xi_b
 

Detailed Description

Definition at line 58 of file bn.h.

Member Function Documentation

◆ operator!=()

bool bn::CurveParam::operator!= ( const CurveParam & rhs) const
inline

Definition at line 71 of file bn.h.

71{ return !operator==(rhs); }
bool operator==(const CurveParam &rhs) const
Definition bn.h:70
Here is the call graph for this function:

◆ operator==()

bool bn::CurveParam::operator== ( const CurveParam & rhs) const
inline

Definition at line 70 of file bn.h.

70{ return z == rhs.z && b == rhs.b && xi_a == rhs.xi_a && xi_b == rhs.xi_b; }
int xi_a
Definition bn.h:68
int b
Definition bn.h:67
int64_t z
Definition bn.h:66
int xi_b
Definition bn.h:69
Here is the caller graph for this function:

Member Data Documentation

◆ b

int bn::CurveParam::b

Definition at line 67 of file bn.h.

◆ xi_a

int bn::CurveParam::xi_a

Definition at line 68 of file bn.h.

◆ xi_b

int bn::CurveParam::xi_b

Definition at line 69 of file bn.h.

◆ z

int64_t bn::CurveParam::z

Definition at line 66 of file bn.h.


The documentation for this struct was generated from the following file: