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

DA: Use blake2b for 31 bytes digests #91

Merged
merged 1 commit into from
Apr 15, 2024
Merged

Conversation

danielSanchezQ
Copy link
Collaborator

We were using modulus over sha256 which may lead to duplicates. Using 31bytes len blake2b is safer.

@danielSanchezQ danielSanchezQ added the bug Something isn't working label Apr 15, 2024
@danielSanchezQ danielSanchezQ requested review from bacv and megonen April 15, 2024 09:21
@danielSanchezQ danielSanchezQ self-assigned this Apr 15, 2024
@danielSanchezQ danielSanchezQ merged commit 9390d48 into master Apr 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants