lbry-sdk/lbrynet/core/cryptoutils.py
2018-02-01 12:39:00 -05:00

6 lines
70 B
Python

import hashlib
def get_lbry_hash_obj():
return hashlib.sha384()