This note attempts to be a summary of the Basefold paper and talk by Binyi Chen.
The paper makes three major contributions that are all interlinked. It introduces
a linear code (which we call "foldable code") that generalizes the Reed-Solomon code such that it no longer requires FFT-friendly fields,
an Interactive Oracle of Proximity (IOPP), which uses the foldable code, and can be thought of as FRI but for multilinear polynomials, and
a polynomial commitment scheme for multilinear polynomials, which mixes the IOPP and sum-check together.
Let's dive in!