Merge pull request #26 from Picocrypt/patch-1

Update Picocrypt.go
This commit is contained in:
Evan Su 2024-06-27 23:45:30 -04:00 committed by GitHub
commit fec593e116
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -445,7 +445,7 @@ func draw() {
}
fout, _ := os.Create(file)
data := make([]byte, KiB)
data := make([]byte, 32)
rand.Read(data)
_, err = fout.Write(data)
fout.Close()