From c51d8ee009c19a157d964c6fd77af73373096a0d Mon Sep 17 00:00:00 2001 From: yslcrypto Date: Sat, 30 May 2020 12:40:37 +0200 Subject: [PATCH] grammar fix --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 27e84d0..dd37430 100644 --- a/index.html +++ b/index.html @@ -58,7 +58,7 @@

- Ethereum trustless zk-mixer. Computations and Merkle tree reconstructions are done offchain and then proved inside a zkSNARK to the smart-contract. This approach requires only ~325.000 gas to deposit, compared to ~1M gas for an onchain computation approach (as currently implemented by tornado.cash). + Ethereum trustless zk-mixer. Computations and Merkle tree reconstructions are done offchain and then proved inside a zkSNARK to the smart-contract. This approach requires only ~325.000 gas to deposit, compared to ~1M gas for an onchain computation approach (as currently implemented in tornado.cash).


WARNING: experimental code, use only in Göerli testnet. Do not use with real ETH.