use hashlib

This commit is contained in:
Victor Shyba 2017-07-24 04:04:49 -03:00 committed by Jack Robison
parent a6b8327fcf
commit d2fc1daf26
No known key found for this signature in database
GPG key ID: 284699E7404E3CFF

View file

@ -1,9 +1,9 @@
from Crypto.Hash import SHA384
import seccure
import hashlib
def get_lbry_hash_obj():
return SHA384.new()
return hashlib.sha384()
def get_pub_key(pass_phrase):