xeroc/python-graphenelib

View on GitHub
graphenebase/bip38.py

Summary

Maintainability
A
1 hr
Test Coverage

Function decrypt has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

def decrypt(encrypted_privkey, passphrase):
    """BIP0038 non-ec-multiply decryption. Returns WIF privkey.

    :param Base58 encrypted_privkey: Private key
    :param str passphrase: UTF-8 encoded passphrase for decryption
Severity: Minor
Found in graphenebase/bip38.py - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status