lbry-sdk/lbrynet/core/cryptoutils.py

6 lines
70 B
Python
Raw Normal View History

2017-07-24 04:04:49 -03:00
import hashlib
2015-08-20 11:27:15 -04:00
def get_lbry_hash_obj():
2017-07-24 04:04:49 -03:00
return hashlib.sha384()