Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant