Crate kimchi_msm
source ·Re-exports
pub use logup::Logup;
pub use logup::LogupWitness;
pub use logup::LookupProof as LogupProof;
pub use logup::LookupTable as LogupTable;
pub use logup::LookupTableID as LogupTableID;
pub use logup::LookupTableID;
Modules
- Implement a variant of the logarithmic derivative lookups based on the equations described in the paper “Multivariate lookups based on logarithmic derivatives”.
- Instantiations of Logups for the MSM project Instantiate the Logup protocol for the MSM project.
- Clone of kimchi/precomputed_srs.rs but for MSM project with BN254
Constants
- Domain size for the MSM project, equal to the BN254 SRS size.
- Bitsize of the foreign field limb representation.
Type Definitions
- The foreign field we are emulating (one of the two)
- The native field we are working with.