mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
sadsadsada
This commit is contained in:
parent
014322c7d8
commit
3696cf1316
1 changed files with 0 additions and 2 deletions
|
@ -97,8 +97,6 @@ def ripemd160(x):
|
|||
return h.digest()
|
||||
|
||||
def Hash(x):
|
||||
if type(x) is unicode:
|
||||
x = x.encode('utf-8')
|
||||
return sha256(sha256(x))
|
||||
|
||||
def hash_raw_header(header: str) -> str:
|
||||
|
|
Loading…
Add table
Reference in a new issue