mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-01-10 18:25:48 +00:00
ef3c78ee9b
* Add c_kzg_calloc function * Update .gitignore & remove now unnecessary checks * Add some tests * Free memory in tests
23 lines
268 B
Plaintext
23 lines
268 B
Plaintext
test_c_kzg_4844
|
|
test_c_kzg_4844_*
|
|
coverage.html
|
|
analysis-report/
|
|
*.profraw
|
|
*.profdata
|
|
*.prof
|
|
*.pdf
|
|
*.o
|
|
*.s
|
|
*.a
|
|
*.out
|
|
inc/blst.h*
|
|
inc/blst_aux.h*
|
|
.vscode/
|
|
.idea/
|
|
*bindings/*/*.so
|
|
*bindings/rust/target
|
|
*bindings/csharp/*.exe
|
|
*bindings/csharp/*.dll
|
|
__pycache__
|
|
.DS_Store
|