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

change nullifier to use all 256 bits of input #52

Open
lsankar4033 opened this issue May 6, 2022 · 0 comments
Open

change nullifier to use all 256 bits of input #52

lsankar4033 opened this issue May 6, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@lsankar4033
Copy link
Collaborator

write now, we only use 64 bits: https://github.com/0xPARC/cabal/blob/main/circuits/circuits/verify_cabal.circom#L55

so it's easier to brute force the first register of the privkey

This may not be a huge issue as you'd also (separately) need to brute force the last 128 bits to actually find a full privkey matching a pubkey.

@lsankar4033 lsankar4033 self-assigned this May 6, 2022
@lsankar4033 lsankar4033 added the bug Something isn't working label May 6, 2022
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

No branches or pull requests

1 participant