c-kzg-4844/.gitignore
George Kadianakis 98aa54a996
Add a basic unittest framework + a compute KZG proof test (#96)
* Add tinytest.h testing framework

from https://github.com/joewalnes/tinytest/

* Add a basic compute_kzg_proof() test
2023-01-30 13:40:12 +00:00

16 lines
192 B
Plaintext

test_c_kzg_4844
*.o
*.s
*.a
*.out
inc/blst.h*
inc/blst_aux.h*
.vscode/
.clang-format
*bindings/*/*.so
*bindings/rust/target
*bindings/csharp/*.exe
*bindings/csharp/*.dll
__pycache__
.DS_Store