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

make `component_mul_generator` infallable #787

Closed moCello closed 4 months ago

moCello commented 10 months ago

Summary

the method only fails when the point multiplied is not a valid jubjub point, since we know for sure that the constant generator is a valid jubjub point, we can make this operation infallible.

HDauven commented 4 months ago

No longer relevant.