xiaozongziya
Results
2
issues of
xiaozongziya
When I used this command: ```./sleuth --help``` I got the following error message: ``` Traceback (most recent call last): File "./sleuth", line 46, in from sleuth import * ModuleNotFoundError: No...
func.py的12行,padding函数存在问题。如果data的长度正好是16字节的整数倍,利用该函数执行完的结果是又填充了16字节,这不太符合实际情况,应该增加判断。