Skip to content

Adding ELFHash Algorithm #6731

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

Merged
merged 12 commits into from
Oct 30, 2022
Prev Previous commit
Next Next commit
Update elf.py
  • Loading branch information
micaelalex committed Oct 5, 2022
commit efc745c6f7bc377023707f99b3b63a616abf5cca
2 changes: 1 addition & 1 deletion hashes/elf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
def elf_hash(data: str):
def elf_hash(data: str) -> int:
"""
Implementation of ElfHash Algorithm, a variant of PJW hash function.

Expand Down