![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
Public Attributes | |
| size_t | start |
| size_t | count |
| BLSVerificationVectorPtr | vvec |
| CBLSSecretKey | skShare |
| std::unique_ptr< std::atomic< int > > | aggDone |
| std::vector< char > | verifyResults |
Definition at line 404 of file bls_worker.cpp.
| std::unique_ptr<std::atomic<int> > ContributionVerifier::BatchState::aggDone |
Definition at line 413 of file bls_worker.cpp.
| size_t ContributionVerifier::BatchState::count |
Definition at line 406 of file bls_worker.cpp.
| CBLSSecretKey ContributionVerifier::BatchState::skShare |
Definition at line 409 of file bls_worker.cpp.
| size_t ContributionVerifier::BatchState::start |
Definition at line 405 of file bls_worker.cpp.
| std::vector<char> ContributionVerifier::BatchState::verifyResults |
Definition at line 419 of file bls_worker.cpp.
| BLSVerificationVectorPtr ContributionVerifier::BatchState::vvec |
Definition at line 408 of file bls_worker.cpp.