Skip to content

Commit

Permalink
Update snark.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinLinus authored Mar 25, 2024
1 parent 6d4e30c commit 350c124
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion snark.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# SNARK Verifier in Bitcoin Script

We want to implement a universal SNARK verifier for [BitVM2](/bivm2)

## Options
- Groth16
- FFlonk
Expand All @@ -11,5 +13,5 @@ All three can operate over the bn254 curve.
- bn254 field arithmetic (addition, multiplication, inversion)
- bn254 curve operations (point addition, scalar multiplication)
- bn254 pairings
- constants vs variable
- constants vs variable inputs
- Lamport signatures / Winternitz signatures

0 comments on commit 350c124

Please sign in to comment.