diff --git a/src/unstable/Picocrypt.go b/src/unstable/Picocrypt.go index 2db00f6..90f5740 100644 --- a/src/unstable/Picocrypt.go +++ b/src/unstable/Picocrypt.go @@ -869,7 +869,7 @@ func work(){ _khash_hash = rsDecode(_khash_hash,rs32_128,32) //fmt.Println("crcHash",crcHash) - _tmp := math.Ceil(float64(total-int64(metadataLength+1196))/float64(1048728)) + _tmp := math.Ceil(float64(total-int64(metadataLength+1196))/float64(1048744)) nonces = make([]byte,int(_tmp*152)+144) fin.Read(nonces) //fmt.Println("Nonces: ",nonces)