From 7d96fd177ed79971dc14c96c5583506fae2487cb Mon Sep 17 00:00:00 2001 From: Antonio Salazar Cardozo Date: Fri, 3 May 2019 14:25:36 +0100 Subject: [PATCH] Update EIPS/eip-1108.md Co-Authored-By: zac-williamson --- EIPS/eip-1108.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-1108.md b/EIPS/eip-1108.md index f9d84313447657..f9cd573e6e28dc 100644 --- a/EIPS/eip-1108.md +++ b/EIPS/eip-1108.md @@ -68,7 +68,7 @@ To summarise, the are a number of protocols that currently exist on main-net, th ### Cheaper elliptic curve cryptography can be used to trade storage for computation -Solutions such as Rollup and Ignis can be used to batch groups of individal transactions into a zk-snark proof, with the on-chain state being represented by a small Merkle root, instead of a large number of account balances. +Solutions such as Rollup and Ignis can be used to batch groups of individal transactions into a zk-SNARK proof, with the on-chain state being represented by a small Merkle root, instead of a large number of account balances. If zk-SNARK verification costs are decreased, these solutions can be deployed for a wider range of use cases and more Rollup-style transactions can be processed per block.