From d92c0063d1a3c8b711f6c270352fe86d0c992d2c Mon Sep 17 00:00:00 2001 From: dqy <1016751306@qq.com> Date: Thu, 12 Oct 2023 20:50:00 +0800 Subject: [PATCH] test: test --- test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.py b/test.py index 3b4e363..a63e90e 100644 --- a/test.py +++ b/test.py @@ -1,6 +1,6 @@ from gmssl import * #pylint: disable = e0401 sm3 = Sm3() #pylint: disable = e0602 -sm3.update(b'abc') +sm3.update(b'1456456') dgst = sm3.digest() -print("sm3('abc') : " + dgst.hex()) \ No newline at end of file +print("sm3('111') : " + dgst.hex()) \ No newline at end of file