Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 518 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 518 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

BitVM1