From d629558394465b8956285edac324d67688ddd2c1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 22 Feb 2026 19:17:57 +0200 Subject: Rename binary from geheim to foostore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - go.mod: module path codeberg.org/snonux/geheim → codeberg.org/snonux/foostore - cmd/geheim/ → cmd/foostore/ - Magefile.go: binary/binaryName/mainPkg constants updated - internal/config: config file path ~/.config/geheim.json → ~/.config/foostore.json - All import paths and comments updated throughout - Delete geheim.rb (the original Ruby implementation, superseded by this Go rewrite) - CLAUDE.md rewritten to reflect the Go implementation, new binary name, build system (mage), and current package architecture Co-Authored-By: Claude Sonnet 4.6 --- internal/crypto/crypto_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/crypto') diff --git a/internal/crypto/crypto_test.go b/internal/crypto/crypto_test.go index 556a12e..fb37d69 100644 --- a/internal/crypto/crypto_test.go +++ b/internal/crypto/crypto_test.go @@ -294,7 +294,7 @@ func TestEncryptGolden(t *testing.T) { wantHex: "6190f985f42374d24dd8e17b3b2d6057", }, { - name: "Hello world / pin=abcd1234 / 64x 'y'", + name: "Hello world / pin=abcd1234 / 64x 'y'", plaintext: []byte("Hello, world!"), pin: "abcd1234", // 64 bytes of 'y': key is already 2x the required 32 bytes so it gets truncated. -- cgit v1.2.3