lbry-sdk/lbrynet/cryptoutils.py
2018-11-09 16:52:42 -05:00

6 lines
70 B
Python

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