最近宣布了zkSNARKs支持和ZoE (ZeroCash over )混合合同(https://z.cash/blog/zksnarks-in-ethereum.html)
我在哪里可以找到上述的平价分支和任何随附的硬币混合合同的例子?
发布于 2016-08-01 00:58:09
在奇偶校验中实现Parity验证的提交:https://github.com/gancherj/parity/commit/b820abf755e216ccf24640549735412ec02dac62
硬币混合合同示例:https://github.com/zcash/babyzoe/blob/master/zoe/contract/mixer.sol
https://ethereum.stackexchange.com/questions/7625
相似问题