use hashlib
This commit is contained in:
parent
a6b8327fcf
commit
d2fc1daf26
1 changed files with 2 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue