# Week 9 - Week 10 | EPF 5 ### Updates: - Setup prysm cmd and went through the codebase for P2P pipeline. - Setup constantine repo and resolved some issues during the process, followed and self implemented the C bindings PR for EVM precompiles and BLS. - Started implementing the 'yamux' component for the Prysm libP2P implementation. - Went through the blogs: - https://dankradfeist.de/ethereum/2021/07/27/inner-product-arguments.html - https://ethresear.ch/t/introducing-bandersnatch-a-fast-elliptic-curve-built-over-the-bls12-381-scalar-field/9957 ### Further plan - Complete implementation of yamux. - Start implementation of 'network' component for the Prysm. - Get a detail understanding of verkle cryptography.