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

Hash IDs for better serialization #3

Merged
merged 1 commit into from
Jan 16, 2016
Merged

Conversation

Sc00bz
Copy link
Contributor

@Sc00bz Sc00bz commented Jan 16, 2016

key = H(idA, idB, X_, Y_, KB) -> key = H(H(idA), H(idB), X_, Y_, KB)

key = H(idA, idB, X*, Y*, KB) -> key = H(H(idA), H(idB), X*, Y*, KB)
@warner
Copy link
Owner

warner commented Jan 16, 2016

looks good, landing

@warner warner merged commit 289a374 into warner:master Jan 16, 2016
@Sc00bz Sc00bz deleted the patch-1 branch January 26, 2016 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants