lbry-sdk/lbrynet/p2p/cryptoutils.py
2018-11-04 20:25:24 -05:00

6 lines
70 B
Python

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