precomputed block hashes are now in blocks of N (currently 256)

This shaves a lot of space off binaries
This commit is contained in:
moneromooo-monero 2017-09-13 21:03:04 +01:00
parent 1a73843cec
commit 7adceee634
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
12 changed files with 182 additions and 12 deletions

View file

@ -76,4 +76,5 @@ protected:
private:
uint64_t m_cur_height; // tracks current height during export
std::vector<crypto::hash> m_hashes;
};