#include <ShareFunctional.h>
Inheritance diagram for CODEX_VSS::ShareFunctional:

Public Member Functions | |
| virtual | ~ShareFunctional () |
| Virtual destructor. | |
| virtual void | operator() (const CODEX_ASN1::SecureBigNumber &operand, CODEX_ASN1::BigNumber &result) const =0 |
| Virtual function that operates on a share. | |
Derived classes should implement any needed state for additional arguments. If the functional needs to accumulate data, then the accumulator must be declared mutable.
Definition at line 32 of file ShareFunctional.h.
1.4.1