dash/src/bls
dustinface 0c28bf4ab8
refactor: Use constructors instead of static initialiser in CBLSId (#3869)
* bls: Add CBLSId(const int64_t n) and CBLSId(const uint256& nHash)

* bench|llmq: Refactor instantiations of CBLSId

* bls: Drop CBLSId::{SetInt, SetHash, FromInt, FromHash}

* Drop `CBLSId(int64_t)` ctor

* Partially Revert "Drop `CBLSId(int64_t)` ctor"

Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
2020-12-14 20:13:54 -06:00
..
bls_batchverifier.h Improve logging in LLMQ sig handling 2020-04-07 07:29:23 +02:00
bls_ies.cpp remove duplicate includes so that ./contrib/devtools/lint-includes.sh is clean 2020-07-01 20:12:03 -05:00
bls_ies.h remove additional FLATDATA 2020-10-27 13:24:34 -04:00
bls_worker.cpp change argument name to reflect the fact that it's a return value (#3673) 2020-08-27 12:51:31 +03:00
bls_worker.h change argument name to reflect the fact that it's a return value (#3673) 2020-08-27 12:51:31 +03:00
bls.cpp refactor: Use constructors instead of static initialiser in CBLSId (#3869) 2020-12-14 20:13:54 -06:00
bls.h refactor: Use constructors instead of static initialiser in CBLSId (#3869) 2020-12-14 20:13:54 -06:00