From 10ef21f0cf88c85b17ef2ceed8b8c76c6e53a4e7 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Tue, 11 Feb 2025 18:59:19 -0500 Subject: [PATCH] Update main.go: bump version --- picocrypt/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picocrypt/main.go b/picocrypt/main.go index 154b109..932068b 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.45"))) + _, errs[0] = fout.Write(rsEncode(rs5, []byte("v1.47"))) _, errs[1] = fout.Write(rsEncode(rs5, []byte("00000"))) flags := make([]byte, 5) if *p {