Closed alxiong closed 3 years ago
Good points. We have the implementations of it in a work-in-progress branch (https://github.com/arkworks-rs/marlin/blob/constraints/src/constraints/snark.rs), but it has not been merged into the master branch yet.
Awesome! good to know that it's not because of some wacky edge cases or special consideration, and that the trait indeed provides reasonable fidelity to actual/concrete universal snark instantiation. 👍
Thanks!
May I ask why
ark_snark::UniversalSetupSNARK
trait is not implemented forstruct Marlin
when all of its functions (including those of atrait SNARK
) are being implemented with the same func signature?