Comment
This commit is contained in:
parent
e2a4e18a43
commit
0969860290
1 changed files with 1 additions and 2 deletions
|
@ -2,10 +2,9 @@
|
|||
from collections import namedtuple
|
||||
import base64, json, uuid, requests, hashlib
|
||||
from pprint import pprint
|
||||
from cryptography.hazmat.primitives.kdf.scrypt import Scrypt
|
||||
from cryptography.hazmat.primitives.kdf.scrypt import Scrypt # TODO - hashlib.scrypt instead? Why are there so many options?
|
||||
from cryptography.hazmat.backends import default_backend as crypto_default_backend
|
||||
|
||||
|
||||
WalletState = namedtuple('WalletState', ['sequence', 'encrypted_wallet'])
|
||||
|
||||
class LBRYSDK():
|
||||
|
|
Loading…
Add table
Reference in a new issue