dash/src/bls
Alexander Block 02b68885a0 Implement CBLSLazySignature for lazy serialization/deserialization
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).
2019-02-15 15:44:02 +01:00
..
bls_batchverifier.h Implement and use secure BLS batch verification (#2681) 2019-02-04 21:58:28 +03:00
bls_ies.cpp Move bls stuff from crypto/ to bls/ 2018-10-12 19:39:26 +02:00
bls_ies.h Move bls stuff from crypto/ to bls/ 2018-10-12 19:39:26 +02:00
bls_worker.cpp Move bls stuff from crypto/ to bls/ 2018-10-12 19:39:26 +02:00
bls_worker.h Move bls stuff from crypto/ to bls/ 2018-10-12 19:39:26 +02:00
bls.cpp Implement CBLSLazySignature for lazy serialization/deserialization 2019-02-15 15:44:02 +01:00
bls.h Implement CBLSLazySignature for lazy serialization/deserialization 2019-02-15 15:44:02 +01:00