-
-
Notifications
You must be signed in to change notification settings - Fork 46.7k
Hash djb2 #2098
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
Hash djb2 #2098
Conversation
Hey @bnMikheili, TravisCI finished with status TravisBuddy Request Identifier: e2b01c70-b00c-11ea-ae15-c70b0cf57a1c |
Hey @bnMikheili, TravisCI finished with status TravisBuddy Request Identifier: 44ce4bf0-b00f-11ea-ae15-c70b0cf57a1c |
* implement hash * fix flake8 error * Update hashes/djb2.py * Update hashes/djb2.py * Long lines * def djb2(s: str) -> int: Co-authored-by: Christian Clauss <[email protected]>
Following PR implements hash function djb2
Checklist:
Fixes: #{$ISSUE_NO}
.