Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 536 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 536 Bytes

BitVM: Smarter Bitcoin Contracts

The official implementation of BitVM2, running a SNARK verifier. Work in progress.

We are following the implementation of Arkworks

Overview

  • Winternitz signatures
  • BigInt arithmetic
  • Bn254
    • Field operations
    • Extension fields
    • Curve operations
    • Pairings
  • Fflonk verifier
  • Groth16 verifier

BitVM1