# 2024.3.18 - 2024.3.24

> Original: <https://twitter.com/Bitvmclub/status/1772547021272125907>

If there are omissions or errors, corrections are welcome. Thank you very much!

### 2024.3.22

Weikeng Chen[@weikengchen](https://twitter.com/@weikengchen)has implemented arithmetic operation Bitcoin scripts based on the Mersenne prime M31 field. Future plans include expanding it to the Goldilocks field. Both M31 and BabyBear fields require a degree 4 extension, while Goldilocks64 only requires a degree 2 extension. Due to the inability of Bitcoin operation opcodes to handle signed 32-bit overflow issues, Goldilocks64 needs to be represented by three u32 numbers to avoid overflow and related problems. github link:<https://github.com/BitVM/rust-bitcoin-m31-or-babybear>

### 2024.3.21

Citrea[@citrea\_xyz](https://twitter.com/@citrea_xyz)has[announced the open-sourcing of its BitVM-based trust-minimized two-way peg program](https://twitter.com/citrea_xyz/status/1770813889447432493). For detailed documentation, please visit:<https://www.blog.citrea.xyz/unveiling-clementine>, and to access the code, visit:<https://github.com/chainwayxyz/clementine>.
