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

AVM: new teal opcodes for the MiMC hash function to support Zero Knowledge Proofs #5978

Merged
merged 21 commits into from
Dec 16, 2024

Add new teal opcodes mimc_BN254 and mimc_BLS12_381

aa86260
Select commit
Loading
Failed to load commit list.
Merged

AVM: new teal opcodes for the MiMC hash function to support Zero Knowledge Proofs #5978

Add new teal opcodes mimc_BN254 and mimc_BLS12_381
aa86260
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 14, 2024 in 0s

56.05% (+0.09%) compared to 5ac3edc

View this Pull Request on Codecov

56.05% (+0.09%) compared to 5ac3edc

Details

Codecov Report

Attention: Patch coverage is 89.47368% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 56.05%. Comparing base (5ac3edc) to head (aa86260).

❗ Current head aa86260 differs from pull request most recent head f17fd30. Consider uploading reports for the commit f17fd30 to get more accurate results

Files Patch % Lines
data/transactions/logic/crypto.go 89.47% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5978      +/-   ##
==========================================
+ Coverage   55.96%   56.05%   +0.09%     
==========================================
  Files         482      481       -1     
  Lines       68310    67717     -593     
==========================================
- Hits        38231    37962     -269     
+ Misses      27491    27184     -307     
+ Partials     2588     2571      -17     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.