Skip to content

Commit

Permalink
Update README (#99)
Browse files Browse the repository at this point in the history
Update README with differences between our implementation and spec v2.1.0
Add the spec v2.1.0 in the spec directory
  • Loading branch information
ConstanceBeguier authored and GitHub Enterprise committed Sep 12, 2023
1 parent 04f938e commit 1da8c3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and details how to integrate their systems using the zkInterface SIEVE IR toolbo
In this guide, we first generate example SIEVE IR statements, and we then consume them. These steps can serve
as a starting point for a new implementation in a statement generator, or in a proving system, respectively.

Compared to [SIEVE IR specification v2.1.0](spec/circuit-ir-v2.1.0.pdf), our implementation is slightly different
- Extension fields and rings are not included.
- Only the modulus mode is included for the convert gate.

## Introduction

The zkInterface SIEVE IR is an Intermediate Representation to communicate a zero-knwoledge statement
Expand Down
Binary file added spec/circuit-ir-v2.1.0.pdf
Binary file not shown.

0 comments on commit 1da8c3f

Please sign in to comment.