mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 05:23:01 +01:00
02b68885a0
In some cases it takes too much time to perform full deserialization of BLS signatures in the message handler thread. Better to just read the buffer and do the actual deserialization when the signature is needed for the first time (which is can be in another thread). |
||
---|---|---|
.. | ||
bls_batchverifier.h | ||
bls_ies.cpp | ||
bls_ies.h | ||
bls_worker.cpp | ||
bls_worker.h | ||
bls.cpp | ||
bls.h |