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

More benchmarks #15

Merged
merged 2 commits into from
Feb 18, 2024
Merged

More benchmarks #15

merged 2 commits into from
Feb 18, 2024

Conversation

PopcornPaws
Copy link
Owner

Description

Added some new Elgamal benchmark results, see benches/elgamal-plot.txt.

  • range proofs and encryptions are pre-computed in ~89 seconds (no change there)
  • then, for subsets of $2^i, i\in[0, 1, 2,\ldots, 12]$ you find measurements respectively (in milliseconds)
    • proof-gen - Elgamal proof generation without range proofs and encryptions
    • proof-vfy - Elgamal proof verification without range proofs and encryptions
    • range-proof-vfy - Range proof verification time
    • split-scalar-encryption-vfy - "split scalar" encryption check and verification
    • total-proof-vfy - should be approximately the sum of the previous three verification times

cc @seresistvanandras

@PopcornPaws PopcornPaws self-assigned this Feb 18, 2024
@PopcornPaws PopcornPaws merged commit 009f193 into main Feb 18, 2024
3 checks passed
@PopcornPaws PopcornPaws deleted the more-benchmarks branch February 18, 2024 16:53
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 this pull request may close these issues.

1 participant