From 15ad961d1e3f2685429a8e223553c806c1b39c8a Mon Sep 17 00:00:00 2001 From: deatil <2217957370@qq.com> Date: Sat, 18 Jan 2025 12:30:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkcs1/pkcs1_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkcs1/pkcs1_test.go b/pkcs1/pkcs1_test.go index aab1ac5..30a6e0b 100644 --- a/pkcs1/pkcs1_test.go +++ b/pkcs1/pkcs1_test.go @@ -886,7 +886,7 @@ func Test_Check_PEMBlock(t *testing.T) { t.Run("DESEDE3_CFB", func(t *testing.T) { testKeyEncryptPEMBlock(t, testKey_DESEDE3_CFB) }) - t.Run("3DES_OFB", func(t *testing.T) { + t.Run("DESEDE3_OFB", func(t *testing.T) { testKeyEncryptPEMBlock(t, testKey_DESEDE3_OFB) }) t.Run("DESEDE3_CTR", func(t *testing.T) {