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

Benchmark of crypto functions as separate executable #786

Closed
arhag opened this issue Aug 3, 2022 · 0 comments · Fixed by AntelopeIO/leap#17
Closed

Benchmark of crypto functions as separate executable #786

arhag opened this issue Aug 3, 2022 · 0 comments · Fixed by AntelopeIO/leap#17
Assignees

Comments

@arhag
Copy link
Member

arhag commented Aug 3, 2022

#361 added a test case with does benchmarking for modular exponentiation. That should really be moved into a separate program for the purpose of benchmarking. Similarly, we should include benchmarking of other crypto functions:

  • alt_bn128 math operations
  • Signing and key recovery/validation for R1, K1, WebAuthn elliptic curves;
  • hash functions exposed via host functions, e.g. SHA256, (benchmark both small and large sizes of messages to hash).
@arhag arhag transferred this issue from eosnetworkfoundation/mandel-fc Aug 4, 2022
@ericpassmore ericpassmore transferred this issue from eosnetworkfoundation/mandel Aug 6, 2022
@ericpassmore ericpassmore transferred this issue from another repository Aug 6, 2022
@linh2931 linh2931 moved this from In Progress to Awaiting Review in ENF Engineering Aug 9, 2022
@stephenpdeos stephenpdeos moved this from Awaiting Review to In Progress in ENF Engineering Aug 10, 2022
@linh2931 linh2931 moved this from In Progress to Awaiting Review in ENF Engineering Aug 18, 2022
Repository owner moved this from Awaiting Review to Done in ENF Engineering Aug 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment