tlslite/utils/ecdsakey.py
Function verify
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def verify(self, sigBytes, bytes, padding=None, hashAlg=None,
Function hashAndVerify
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def hashAndVerify(self, sigBytes, bytes, rsaScheme=None, hAlg='sha1',