From bdc3309255154447e5d72ac813e3f00f88cd55e3 Mon Sep 17 00:00:00 2001 From: Tianyi Liu <690293245@qq.com> Date: Sun, 26 Feb 2023 03:54:29 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d856fc..3ee3ecc 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Introduction -This is the implementation of [this paper](https://eprint.iacr.org/2021/673), which is a GKR-based zero-knowledge proof for CNN reference, containing some common CNN models such as LeNet5, vgg11 and vgg16. +This is the implementation of [this paper](https://eprint.iacr.org/2021/673), which is a GKR-based snark for CNN reference, containing some common CNN models such as LeNet5, vgg11 and vgg16. **Currently this version doesn't add complete zero-knowledge property.**