Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Variables
modarith.h File Reference

Class file for performing modular arithmetic. More...

#include "cryptlib.h"
#include "integer.h"
#include "algebra.h"
#include "secblock.h"
#include "misc.h"
Include dependency graph for modarith.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ModularArithmetic
 Ring of congruence classes modulo n. More...
 
class  MontgomeryRepresentation
 Performs modular arithmetic in Montgomery representation for increased speed. More...
 

Variables

CRYPTOPP_DLL_TEMPLATE_CLASS AbstractGroup< Integer >
 
CRYPTOPP_DLL_TEMPLATE_CLASS AbstractRing< Integer >
 
CRYPTOPP_DLL_TEMPLATE_CLASS AbstractEuclideanDomain< Integer >
 

Detailed Description

Class file for performing modular arithmetic.

Definition in file modarith.h.

Variable Documentation

Definition at line 21 of file modarith.h.

Definition at line 19 of file modarith.h.

Definition at line 20 of file modarith.h.