dusk-network / plonk

Pure Rust implementation of the PLONK ZKProof System done by the Dusk team
https://dusk-network.github.io/plonk
Mozilla Public License 2.0
535 stars 148 forks source link

Restructure modules internally #806

Closed moCello closed 8 months ago

moCello commented 8 months ago

Resolves #805

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3a18dd1) 85.66% compared to head (9f6b758) 85.74%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/dusk-network/plonk/pull/806/graphs/tree.svg?width=650&height=150&src=pr&token=7JKOJ0fLuy&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dusk-network)](https://app.codecov.io/gh/dusk-network/plonk/pull/806?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dusk-network) ```diff @@ Coverage Diff @@ ## master #806 +/- ## ========================================== + Coverage 85.66% 85.74% +0.08% ========================================== Files 57 57 Lines 4095 4091 -4 ========================================== Hits 3508 3508 + Misses 587 583 -4 ``` | [Files](https://app.codecov.io/gh/dusk-network/plonk/pull/806?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dusk-network) | Coverage Δ | | |---|---|---| | [src/compiler.rs](https://app.codecov.io/gh/dusk-network/plonk/pull/806?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dusk-network#diff-c3JjL2NvbXBpbGVyLnJz) | `99.44% <100.00%> (ø)` | | | [src/compiler/prover.rs](https://app.codecov.io/gh/dusk-network/plonk/pull/806?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dusk-network#diff-c3JjL2NvbXBpbGVyL3Byb3Zlci5ycw==) | `95.54% <ø> (ø)` | | | [src/compiler/verifier.rs](https://app.codecov.io/gh/dusk-network/plonk/pull/806?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dusk-network#diff-c3JjL2NvbXBpbGVyL3ZlcmlmaWVyLnJz) | `86.00% <ø> (ø)` | | | [src/composer.rs](https://app.codecov.io/gh/dusk-network/plonk/pull/806?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dusk-network#diff-c3JjL2NvbXBvc2VyLnJz) | `95.66% <100.00%> (ø)` | | | [src/composer/compress.rs](https://app.codecov.io/gh/dusk-network/plonk/pull/806?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dusk-network#diff-c3JjL2NvbXBvc2VyL2NvbXByZXNzLnJz) | `85.82% <ø> (ø)` | | | [src/composer/compress/hades.rs](https://app.codecov.io/gh/dusk-network/plonk/pull/806?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dusk-network#diff-c3JjL2NvbXBvc2VyL2NvbXByZXNzL2hhZGVzLnJz) | `81.81% <ø> (ø)` | | | [src/composer/constraint\_system/constraint.rs](https://app.codecov.io/gh/dusk-network/plonk/pull/806?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dusk-network#diff-c3JjL2NvbXBvc2VyL2NvbnN0cmFpbnRfc3lzdGVtL2NvbnN0cmFpbnQucnM=) | `61.01% <ø> (ø)` | | | [src/composer/constraint\_system/ecc.rs](https://app.codecov.io/gh/dusk-network/plonk/pull/806?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dusk-network#diff-c3JjL2NvbXBvc2VyL2NvbnN0cmFpbnRfc3lzdGVtL2VjYy5ycw==) | `66.66% <ø> (ø)` | | | [src/composer/constraint\_system/witness.rs](https://app.codecov.io/gh/dusk-network/plonk/pull/806?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dusk-network#diff-c3JjL2NvbXBvc2VyL2NvbnN0cmFpbnRfc3lzdGVtL3dpdG5lc3MucnM=) | `66.66% <ø> (ø)` | | | [src/composer/gate.rs](https://app.codecov.io/gh/dusk-network/plonk/pull/806?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dusk-network#diff-c3JjL2NvbXBvc2VyL2dhdGUucnM=) | `0.00% <ø> (ø)` | | | ... and [6 more](https://app.codecov.io/gh/dusk-network/plonk/pull/806?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dusk-network) | | ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/dusk-network/plonk/pull/806?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dusk-network). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dusk-network) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/dusk-network/plonk/pull/806?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dusk-network). Last update [3a18dd1...9f6b758](https://app.codecov.io/gh/dusk-network/plonk/pull/806?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dusk-network). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dusk-network).