Skip to content

Commit 260f780

Browse files
committed
RSA加密解密签名验签
1 parent adc7205 commit 260f780

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/rsa_encrypt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def verify_sign(plain_text, cipher_text):
9393

9494
def test(message):
9595
"""
96-
测试,打印密文和明文,
96+
测试,打印密文和明文,签名和验证签名结果
9797
:param message:
9898
:return:
9999
"""

0 commit comments

Comments
 (0)