diff options
Diffstat (limited to 'internal/crypto/crypto_test.go')
| -rw-r--r-- | internal/crypto/crypto_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
