From 5ba899da0b5d9ff97287b097f710b74c31f0e4d6 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Thu, 3 Jun 2021 10:44:40 -0400 Subject: [PATCH] Update Picocrypt.go --- src/Picocrypt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Picocrypt.go b/src/Picocrypt.go index 2db00f6..90f5740 100644 --- a/src/Picocrypt.go +++ b/src/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)