-
Notifications
You must be signed in to change notification settings - Fork 1
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
Unable to get n_bits to work #44
Comments
This is very interesting - thanks for sharing the issue! The Does it also fail for other non-default values (perhaps larger than 16)? |
Thanks, I tried with It failed with 20. It seems to be working for 26. Very strange indeed. EDIT: 26 also failed but very late into the process run. |
It's been a while since I've read through the Damgard-Jurik paper, but perhaps the number of bits must be a power of 2? Alternatively, perhaps we assumed that Given that 32 bits works, and the default of 64 bits works, there is at least some anecdotal evidence that this is the case. I don't have the bandwidth to investigate this now, but if anyone sees this issue and can:
...I would be then be happy to review and accept a PR that either repairs any assumptions in the code or clearly documents any requirements. |
Hi, I run this command, which is similar to what's given in the readme:
And get this error:
The script runs fine when I do not specify the
n_bits
parameter. Could you please let me know what the intended value of that parameter is?I could not find related documentation anywhere. Thanks for making this great work available online!
The text was updated successfully, but these errors were encountered: