I get a bunch of warnings on these classes for not having a virtual destructor for BLSWrapper:
https://github.com/dashpay/dash/blob/master/src/bls/bls.h#L34
You should consider adding virtual dtors for CBLSWrapper, it may mean derived classes aren't deleted if base class pointer is deleted.