PIVX Core  5.6.99
P2P Digital Currency
Public Attributes | List of all members
ContributionVerifier::BatchState Struct Reference
Collaboration diagram for ContributionVerifier::BatchState:
[legend]

Public Attributes

size_t start
 
size_t count
 
BLSVerificationVectorPtr vvec
 
CBLSSecretKey skShare
 
std::unique_ptr< std::atomic< int > > aggDone
 
std::vector< char > verifyResults
 

Detailed Description

Definition at line 404 of file bls_worker.cpp.

Member Data Documentation

◆ aggDone

std::unique_ptr<std::atomic<int> > ContributionVerifier::BatchState::aggDone

Definition at line 413 of file bls_worker.cpp.

◆ count

size_t ContributionVerifier::BatchState::count

Definition at line 406 of file bls_worker.cpp.

◆ skShare

CBLSSecretKey ContributionVerifier::BatchState::skShare

Definition at line 409 of file bls_worker.cpp.

◆ start

size_t ContributionVerifier::BatchState::start

Definition at line 405 of file bls_worker.cpp.

◆ verifyResults

std::vector<char> ContributionVerifier::BatchState::verifyResults

Definition at line 419 of file bls_worker.cpp.

◆ vvec

BLSVerificationVectorPtr ContributionVerifier::BatchState::vvec

Definition at line 408 of file bls_worker.cpp.


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