Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Macros | Functions
algebra.cpp File Reference
#include "pch.h"
#include "algebra.h"
#include "integer.h"
#include <vector>
Include dependency graph for algebra.cpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  WindowSlider
 

Macros

#define CRYPTOPP_ALGEBRA_CPP
 

Functions

template<class Element , class Iterator >
Element GeneralCascadeMultiplication (const AbstractGroup< Element > &group, Iterator begin, Iterator end)
 
template<class Element , class Iterator >
Element GeneralCascadeExponentiation (const AbstractRing< Element > &ring, Iterator begin, Iterator end)
 

Macro Definition Documentation

#define CRYPTOPP_ALGEBRA_CPP

Definition at line 6 of file algebra.cpp.

Function Documentation

template<class Element , class Iterator >
Element GeneralCascadeExponentiation ( const AbstractRing< Element > &  ring,
Iterator  begin,
Iterator  end 
)

Definition at line 328 of file algebra.cpp.

Here is the call graph for this function:

template<class Element , class Iterator >
Element GeneralCascadeMultiplication ( const AbstractGroup< Element > &  group,
Iterator  begin,
Iterator  end 
)

Definition at line 172 of file algebra.cpp.

Here is the call graph for this function:

Here is the caller graph for this function: