Skip to content

Instantly share code, notes, and snippets.

@diogodanielsoaresferreira
Created December 7, 2019 03:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diogodanielsoaresferreira/3cdeb651206f3b4cc960abf6b3e71ca2 to your computer and use it in GitHub Desktop.
Save diogodanielsoaresferreira/3cdeb651206f3b4cc960abf6b3e71ca2 to your computer and use it in GitHub Desktop.
def _hash(self, item, K):
return self._hash_djb2(str(K) + item)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment