remove .o object files

This commit is contained in:
Balazs Komuves 2025-10-15 13:31:44 +02:00
parent 41b2f60357
commit b2d8b577f7
No known key found for this signature in database
GPG Key ID: F63B7AEF18435562
4 changed files with 6 additions and 2 deletions

View File

@ -1 +1,5 @@
.DS_Store
.ghc.environment.*
*.o
*.hi
testMain

View File

@ -20,13 +20,13 @@ transform.
- [x] FRI prover
- [x] FRI verifier
- [ ] proof serialization
- [x] proof serialization
- [ ] serious testing of the FRI verifier
- [ ] full outsourcing protocol
- [ ] command line interface
- [x] faster Goldilocks field operations via C FFI
- [ ] quadratic field extension in C too
- [ ] faster hashing via C FFI
- [x] faster hashing via C FFI
- [ ] faster NTT via C FFI
### References

Binary file not shown.

Binary file not shown.