Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Functions
eccrypto.cpp File Reference
#include "pch.h"
#include "config.h"
#include "eccrypto.h"
#include "integer.h"
#include "nbtheory.h"
#include "filters.h"
#include "argnames.h"
#include "smartptr.h"
#include "oids.h"
#include "asn.h"
#include "hex.h"
#include "ec2n.h"
#include "misc.h"
Include dependency graph for eccrypto.cpp:

Go to the source code of this file.

Classes

struct  EcRecommendedParameters< T >
 
struct  EcRecommendedParameters< EC2N >
 
struct  EcRecommendedParameters< ECP >
 
struct  OIDLessThan
 

Functions

ANONYMOUS_NAMESPACE_BEGIN Integer ConvertToInteger (const PolynomialMod2 &x)
 
Integer ConvertToInteger (const Integer &x)
 
bool CheckMOVCondition (const Integer &q, const Integer &r)
 

Function Documentation

bool CheckMOVCondition ( const Integer q,
const Integer r 
)

Definition at line 63 of file eccrypto.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

ANONYMOUS_NAMESPACE_BEGIN Integer ConvertToInteger ( const PolynomialMod2 x)

Definition at line 50 of file eccrypto.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Integer ConvertToInteger ( const Integer x)
inline

Definition at line 58 of file eccrypto.cpp.