...识与应用。
### 文献
[1] Damgard, I., Groth, J.: Non-interactive and reusable non-malleable commitment schemes. In: Proceedings of the thirty-fifth annual ACM symposium on Theory of computing. pp. 426–437. ACM (2003)
[2] Danny Dolev, Cynthia Dwork and Moni Naor: Non-malleable Cryptogr...
...对的新秀,最近也宣布了他们的 ZK-EVM 项目。还有 [Privacy and Scaling Explorations(隐私和扩容探索)团队](https://github.com/privacy-scaling-explorations/zkevm-circuits)、[Nicolas Liochon et al 的团队](https://ethresear.ch/t/a-zk-evm-specification/11549),以及 Neth...
...braries/UniswapV2Library.sol)
```
// given an input amount of an asset and pair reserves, returns the maximum output amount of the other asset
function getAmountOut(uint amountIn, uint reserveIn, uint reserveOut) internal pure returns (uint amountOut) {
require(amountIn > 0, 'UniswapV2Libr...