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