def K(a):
# def I has been replaced with hashlib.md5.digest
# def rstr2hex has been replaced with b16encode
# note that def rstr2hex outputs in lower
digest = hashlib.md5(a + H[1:]).digest()
return base64.b16encode(digest).replace('=', '')
评论列表
文章目录