Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid method #80

Open
Ttech opened this issue Apr 7, 2018 · 1 comment
Open

Invalid method #80

Ttech opened this issue Apr 7, 2018 · 1 comment

Comments

@Ttech
Copy link

Ttech commented Apr 7, 2018

There appears to be a broken method in hash extend that is not valid due to it missing a def ():
In addition to this, there appears to be no body for the method.

def generate_hash_padding(original_plaintext, endianness='little')

@Ttech Ttech changed the title Invalid mehod Invalid method Apr 7, 2018
@unicornsasfuel
Copy link
Collaborator

Yeah, this is dead code, but it's also not included in __all__ in featherduster/feathermodules/hash/__init__.py, so it shouldn't affect the function of FeatherDuster currently.

It's a valid issue, but a very low severity one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants