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

Implement parallelization #13

Open
4 tasks
sea212 opened this issue Feb 28, 2019 · 0 comments
Open
4 tasks

Implement parallelization #13

sea212 opened this issue Feb 28, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@sea212
Copy link
Owner

sea212 commented Feb 28, 2019

Implement parallelization of the calculation of hash-chains

Caution: Parallelization is only effective if the winternitz parameter is quite big and therefore a lot of hash operations are required.

Todo:

  • Find out smallest w parameter when parallelization is worth it (regard fork / execve overhead)
  • Write helper function to create c lists which will contain the signature / private key which will ultimately be hashed. c = number of cores
  • Implement parallelization for verify(...) operation, add parameter to specify whether this is wanted
  • Implement parallelization for sign(...) operation, add parameter to specify whether this is wanted
@sea212 sea212 added the enhancement New feature or request label Feb 28, 2019
@sea212 sea212 self-assigned this Feb 28, 2019
@sea212 sea212 removed their assignment Apr 16, 2020
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