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

be resilient to collision attacks #61

Open
samoht opened this issue Aug 30, 2019 · 0 comments
Open

be resilient to collision attacks #61

samoht opened this issue Aug 30, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@samoht
Copy link
Member

samoht commented Aug 30, 2019

We should make sure:

  • that we are using seeded hashes
  • that we store the seed somewhere (for instance as the generation count)
  • that the generation count is updated with some noise (e.g. generation_count <- generation_count + 1 + noise)
  • that the merge happen with a bit of noise (eg. log_mem + noise)
@samoht samoht added the enhancement New feature or request label Aug 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant