zkmopro / mopro

Making client-side proving on mobile simple.
Apache License 2.0
102 stars 28 forks source link

tracking #182 (bob de boumaa rework) #183

Closed vimwitch closed 4 days ago

vimwitch commented 6 days ago

This PR transfers the proving logic from mopro-core to mopro-ffi. The examples directory is removed and the artifacts are committed directly into mopro-ffi/test-vectors. All the circuits except for multiplier2 and keccak256 have been removed.

Proving functions are now:

The halo2/circom logic is also separated so they can be enabled at the same time.

Related #182 Closes #180