0xPolygonZero / plonky2

Apache License 2.0
755 stars 278 forks source link

Remove `StarkProofWithMetadata` #1497

Closed Nashtare closed 7 months ago

Nashtare commented 7 months ago

StarkProofWithMetadata exists to combine a proof and a init_challenger_state. The latter is never used, and would be useful if we were proving each table in parallel after generating the CTL data, which we are not (they are proven sequentially).

This PR removes StarkProofWithMetadata and StarkProofWithMetadataTarget, and replaces them with the regular StarkProof and StarkProofTarget.

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