ZoKrates
ZoKrates copied to clipboard
Rewrite the Zcash Sprout JoinSplit gadget in ZoKrates
As I know, currently Zcash Sprout release's joinsplit gadget is only implemented in C++ using libsnark's gadget APIs.
Agreed, it would be great to have that. @stefandeml this sounds a bit too high level to be in the stdlib in my opinion but would love to hear your thoughts
yeah, I think this would be a nice instance for the examples section in the documentation. We should have all the primitives in ZoKrates now to re-implement the gadget.