if name == 'main':
... y = sm3.sm3_hash(func.bytes_to_list(b"abc"))
... print(y)
...
Traceback (most recent call last):
File "", line 2, in
File "/usr/lib/python2.7/site-packages/gmssl/sm3.py", line 116, in sm3_hash
for i in range(0, group_count):
TypeError: range() integer end argument expected, got float