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 |