Bump to 1.45

This commit is contained in:
Evan Su 2024-12-15 22:03:05 -05:00 committed by GitHub
parent 5217c88358
commit 9a4da02042
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -344,7 +344,7 @@ func work() int {
hkdfSalt = make([]byte, 32)
serpentIV = make([]byte, 16)
nonce = make([]byte, 24)
_, errs[0] = fout.Write(rsEncode(rs5, []byte("v1.34")))
_, errs[0] = fout.Write(rsEncode(rs5, []byte("v1.45")))
_, errs[1] = fout.Write(rsEncode(rs5, []byte("00000")))
flags := make([]byte, 5)
if *p {