Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 538 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 538 Bytes

🧪 Bitcoin Test Scripts

This package contains a collection of test scripts for testing BitVM2 concept. Currently, the following scripts are available:

Script Description
int_add Big integer addition
int_mul_karatsuba Big integer multiplication using Karatsuba method
int_mul_windowed Big integer multiplication using w-windowed method
sha256 SHA-256 hash function