mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-11-10 04:48:01 +00:00
Update Picocrypt.go
This commit is contained in:
parent
13b9ae3e30
commit
5ba899da0b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue