From 9a4da020429fbf4f0da36131ecda4665ffb8c213 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Sun, 15 Dec 2024 22:03:05 -0500 Subject: [PATCH] Bump to 1.45 --- picocrypt/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picocrypt/main.go b/picocrypt/main.go index aa0acfc..4f4a077 100644 --- a/picocrypt/main.go +++ b/picocrypt/main.go @@ -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 {