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

Better decryption #117

Open
osuketh opened this issue Jun 10, 2019 · 0 comments
Open

Better decryption #117

osuketh opened this issue Jun 10, 2019 · 0 comments

Comments

@osuketh
Copy link
Member

osuketh commented Jun 10, 2019

Related: #86

  • Parallelize decryption
  • Add start parameter for efficient

// FIXME: Brute-force decrypt balance for [0, 2^32-1]
for i in 0..u32::MAX {
if find_point(i, &v_point, p_g, params) {
return Some(i);
}
}

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

No branches or pull requests

1 participant