tlsfuzzer/tlslite-ng

View on GitHub
tlslite/utils/eddsakey.py

Summary

Maintainability
A
1 hr
Test Coverage
D
65%

Function hashAndVerify has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def hashAndVerify(self, sig_bytes, data, rsaScheme=None, hAlg=None,
Severity: Minor
Found in tlslite/utils/eddsakey.py - About 35 mins to fix

    Function verify has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def verify(self, sigBytes, bytes, padding=None, hashAlg=None,
    Severity: Minor
    Found in tlslite/utils/eddsakey.py - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status