Constructor to create a data hash from raw bytes.
DataHash(List<int> data) : super(data, AdaTransactionConstant.blake2b256DigestSize);