Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

ContributionVerifier Member List

This is the complete list of members for ContributionVerifier, including all inherited members.

aggregatedContributionVerifier
AsyncAggregate(size_t batchIdx)ContributionVerifierinline
AsyncAggregatedVerifyBatch(size_t batchIdx)ContributionVerifierinline
AsyncVerifyBatchOneByOne(size_t batchIdx)ContributionVerifierinline
batchCountContributionVerifier
batchSizeContributionVerifier
batchStatesContributionVerifier
ContributionVerifier(const CBLSId &_forId, const std::vector< BLSVerificationVectorPtr > &_vvecs, const BLSSecretKeyVector &_skShares, size_t _batchSize, bool _parallel, bool _aggregated, ctpl::thread_pool &_workerPool, std::function< void(const std::vector< bool > &)> _doneCallback)ContributionVerifierinline
doneCallbackContributionVerifier
Finish()ContributionVerifierinline
forIdContributionVerifier
HandleAggDone(size_t batchIdx)ContributionVerifierinline
HandleAggSkShareDone(size_t batchIdx, const CBLSSecretKey &skShare)ContributionVerifierinline
HandleAggVvecDone(size_t batchIdx, const BLSVerificationVectorPtr &vvec)ContributionVerifierinline
HandleVerifyDone(size_t batchIdx, size_t count)ContributionVerifierinline
parallelContributionVerifier
PushOrDoWork(Callable &&f)ContributionVerifierinline
skSharesContributionVerifier
Start()ContributionVerifierinline
Verify(const BLSVerificationVectorPtr &vvec, const CBLSSecretKey &skShare)ContributionVerifierinline
verifyCountContributionVerifier
verifyDoneCountContributionVerifier
vvecsContributionVerifier
workerPoolContributionVerifier
Released under the MIT license