Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | List of all members
PrimeSelector Class Referenceabstract

Application callback to signal suitability of a cabdidate prime. More...

#include <nbtheory.h>

Inheritance diagram for PrimeSelector:
[legend]

Public Member Functions

const PrimeSelectorGetSelectorPointer () const
 
virtual bool IsAcceptable (const Integer &candidate) const =0
 

Detailed Description

Application callback to signal suitability of a cabdidate prime.

Definition at line 80 of file nbtheory.h.

Member Function Documentation

const PrimeSelector* PrimeSelector::GetSelectorPointer ( ) const
inline

Definition at line 83 of file nbtheory.h.

Here is the call graph for this function:

Here is the caller graph for this function:

virtual bool PrimeSelector::IsAcceptable ( const Integer candidate) const
pure virtual

Implemented in LUCPrimeSelector, and RSAPrimeSelector.

Here is the caller graph for this function:


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