0xPolygonZero / plonky2

Apache License 2.0
755 stars 278 forks source link

Improve `blake2f` call #1477

Closed Nashtare closed 7 months ago

Nashtare commented 7 months ago

Speed-up by around 15% the code portion of blake2_f.

sonarcloud[bot] commented 7 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Nashtare commented 7 months ago

Updating the stack macro calls to get rid of the %swap_mstore, + the other suggestions bumped the reduction from 15.9% to 16.2%.