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

add support for batch verification of multi signatures #10

Open
omershlo opened this issue Jan 14, 2021 · 2 comments
Open

add support for batch verification of multi signatures #10

omershlo opened this issue Jan 14, 2021 · 2 comments

Comments

@omershlo
Copy link
Contributor

for MSP can be found in section 3.1 : batch verification

@jspenger
Copy link
Contributor

jspenger commented Jan 21, 2021

I would like to give this one a try. Should the batch verification be only for distinct messages? or should we also implement batch verification for repeated messages? The difference is mentioned at the end of section 3.1.
The distinct case would be: e(σ, g_2) ?= e(H_0(m_1), apk_1) ··· e(H_0(m_b), apk_b); whereas for repeated messages the aggregated public keys of the repeated messages would be raised to a random exponent pi: e( σ, g_2) ?= e(H_0(m_1), apk_1^p1) ··· e(H_0(m_b), apk_b^ρb).

@omershlo
Copy link
Contributor Author

Awesome @jonasspenger !
This is a good question. I would say that both cases are interesting and if we have to choose I would first check which case is more common in deployed products.

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

2 participants