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

Faster algorithm for ed25519 batch signature verification #98

Open
aweinstock314 opened this issue Jan 12, 2024 · 0 comments
Open

Faster algorithm for ed25519 batch signature verification #98

aweinstock314 opened this issue Jan 12, 2024 · 0 comments

Comments

@aweinstock314
Copy link

ed25519_verify_many in both the CUDA and OpenCL backends appears to verify the individual signatures in parallel.

The subsection "Fast batch verification" from Section 5 of DJB's paper "High-speed high-security signatures" (https://eprint.iacr.org/2011/368.pdf) gives an expression of Ed25519 batch signature verification in terms of multi-scalar multiplication (a problem that has been independently optimized since this paper was published), which is likely applicable.

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