5 lines
70 B
Python
5 lines
70 B
Python
import hashlib
|
|
|
|
|
|
def get_lbry_hash_obj():
|
|
return hashlib.sha384()
|