Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(bb): initialize element::infinity() (#4664)
Points at infinity are rare enough that we can initialize this to reduce MSAN (C++ memory sanitizer) noise without performance loss. Caused uninitialized memory errors in kzg test (which likely shouldn't be creating points at infinity, anyway)
- Loading branch information