Switch to coincurve for Windows compatibility

This commit is contained in:
thePR0M3TH3AN
2025-06-29 21:25:50 -04:00
parent e48aadd9c7
commit c1d9ed8501
4 changed files with 62 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ from bech32 import bech32_encode, convertbits
from local_bip85.bip85 import BIP85
from bip_utils import Bip39SeedGenerator
from monstr.encrypt import Keys
from .coincurve_keys import Keys
logger = logging.getLogger(__name__)