Skip to content

Commit

Permalink
build: version bump (#27)
Browse files Browse the repository at this point in the history
* build: version bump

* fix: spelling
  • Loading branch information
Ezzahhh committed Mar 31, 2023
1 parent 9a6d8cc commit 13e88ad
Show file tree
Hide file tree
Showing 3 changed files with 2,386 additions and 1,637 deletions.
2 changes: 1 addition & 1 deletion docs/HowTo/write/design_considerations.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ So when writing `a = b * c`, not only don't you have the liberty to specify _typ

Some cryptographic constructs, like MiMC hash or EdDSA signature scheme were designed to work on those field elements, and are well suited to be used with zk-SNARKs. Which is why zk-SNARKs are mostly used to verify hashes, signatures or other "snark friendly" cryptographic primitives.

Examples of programing concepts used in a traditional programming language, but are un-natural in most zk-SNARK constructs are:
Examples of programming concepts used in a traditional programming language, but are un-natural in most zk-SNARK constructs are:

- Using floating numbers
- Using conditional statements (`if` and `else`)
Expand Down
Loading

1 comment on commit 13e88ad

@vercel
Copy link

@vercel vercel bot commented on 13e88ad Mar 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

doc-gnark – ./

doc-gnark-git-main-infura-web.vercel.app
docs.gnark.consensys.net
doc-gnark-infura-web.vercel.app

Please sign in to comment.