From 4c9e6748d12058b942a39ab151d3320701399b9c Mon Sep 17 00:00:00 2001 From: yxyuxia <362668444@qq.com> Date: Wed, 18 May 2022 16:17:29 +0200 Subject: [PATCH] try to sign the commit --- utils/rsa_crypto_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/rsa_crypto_test.go b/utils/rsa_crypto_test.go index 8cd8a71..f047f3c 100644 --- a/utils/rsa_crypto_test.go +++ b/utils/rsa_crypto_test.go @@ -95,7 +95,6 @@ func init() { } func TestOAEPCrypto(t *testing.T) { - const message = "hello world" // 使用OAEP padding方式对证书加密 ciphertext, err := EncryptOAEPWithCertificate(message, testRSACryptoUtilCertificate)