> For the complete documentation index, see [llms.txt](https://www.bitvm.club/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.bitvm.club/bitvm-weekly-report/2024.5.13-2024.5.19.md).

# 2024.5.13 - 2024.5.19

### 2024.5.17

New PR in BitVM:<https://github.com/BitVM/BitVM/pull/68>Claims to have achieved 2/3 of[On Proving Pairings](https://eprint.iacr.org/2024/640.pdf)

* [On Proving Pairings](https://eprint.iacr.org/2024/640.pdf)is a paper by Alpen, mainly contributing to optimizing the pairing verification process using pre-computation methods.
* The PR is currently under review.

### 2024.5.15

In the BitVM project, the Blake3 calculation script size has been optimized from 103k to 45k. The technique used is similar to the optimization of SHA256, involving a conversion from u8 representation to u4 representation. This PR has been merged:<https://github.com/BitVM/BitVM/pull/67>
