Fix typo "weblient".
This commit is contained in:
parent
75c746f981
commit
3fa60a3e3e
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ def aes_cbc_decrypt_a32(data, key):
|
||||||
|
|
||||||
def stringhash(str, aeskey):
|
def stringhash(str, aeskey):
|
||||||
'''
|
'''
|
||||||
As defined by MEGA's weblient crypto.js. Search for "function stringhash".
|
As defined by MEGA's webclient crypto.js. Search for "function stringhash".
|
||||||
'''
|
'''
|
||||||
s32 = str_to_a32(str)
|
s32 = str_to_a32(str)
|
||||||
h32 = [0, 0, 0, 0]
|
h32 = [0, 0, 0, 0]
|
||||||
|
|
Loading…
Reference in a new issue