the main bottleneck of Jellyfish currently are:
And KZG dominants.
It appears that arkwork's KZG implementation may not be optimized, for example:
arkworks-rs/poly-commit#98
The non-optimization in the example is not critical to us yet because it is for the verifier, and CAPE uses solidity verifier rather than rust verifier (cc @philippecamacho).
the main bottleneck of Jellyfish currently are:
And KZG dominants.
It appears that arkwork's KZG implementation may not be optimized, for example:
arkworks-rs/poly-commit#98
The non-optimization in the example is not critical to us yet because it is for the verifier, and CAPE uses solidity verifier rather than rust verifier (cc @philippecamacho).