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

Adjust loop bound for rejection sampling #572

Closed
Tracked by #495
jschneider-bensch opened this issue Sep 11, 2024 · 0 comments · Fixed by #600
Closed
Tracked by #495

Adjust loop bound for rejection sampling #572

jschneider-bensch opened this issue Sep 11, 2024 · 0 comments · Fixed by #600
Assignees

Comments

@jschneider-bensch
Copy link
Collaborator

jschneider-bensch commented Sep 11, 2024

I had recently introduced a loop bound for rejection sampling during signing (cf. #558). Going from the comment in the code I went for a bound of 576 attempts, which should give a failure probability of less than 2^-128. However, the standard actually prescribes a higher mandatory minimal number of attempts, giving a failure probability less than 2^-256.

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

Successfully merging a pull request may close this issue.

1 participant