use libsecp256k1 if available. abstract away ecc stuff. move symmetric crypto and hash functions to crypto.py
This commit is contained in:
@@ -6,6 +6,8 @@ from lib.wallet import Wallet
|
||||
|
||||
from lib.tests.test_wallet import WalletTestCase
|
||||
|
||||
from . import SequentialTestCase
|
||||
|
||||
|
||||
# TODO add other wallet types: 2fa, xpub-only
|
||||
# TODO hw wallet with client version 2.6.x (single-, and multiacc)
|
||||
|
||||
Reference in New Issue
Block a user