You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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).
The text was updated successfully, but these errors were encountered:
#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:
The text was updated successfully, but these errors were encountered: