Use 2^42 iterations instead of 2^40.

This commit is contained in:
Sean Bowe 2018-03-18 13:14:05 -06:00
parent 2537d11f17
commit a0904e3a30
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031

View File

@ -26,7 +26,7 @@ fn main() {
let mut cur_hash: [u8; 32] = hex!("000000000000000000357b7d5040ee362f037bdf873eb4cde615b2f368f2f2a6");
// Performs 2^n hash iterations over it
const N: usize = 40;
const N: usize = 42;
for i in 0..(1u64<<N) {
// Print 1024 of the interstitial states