1
0
Fork 0
mirror of https://github.com/HACKERALERT/Picocrypt.git synced 2024-09-20 01:36:55 +00:00

Update Picocrypt.go

This commit is contained in:
Evan Su 2021-06-03 10:45:17 -04:00 committed by GitHub
parent 5ba899da0b
commit 34ca8d46ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -869,7 +869,7 @@ func work(){
_khash_hash = rsDecode(_khash_hash,rs32_128,32) _khash_hash = rsDecode(_khash_hash,rs32_128,32)
//fmt.Println("crcHash",crcHash) //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) nonces = make([]byte,int(_tmp*152)+144)
fin.Read(nonces) fin.Read(nonces)
//fmt.Println("Nonces: ",nonces) //fmt.Println("Nonces: ",nonces)