2024.5.13 - 2024.5.19

2024.5.17

New PR in BitVM:https://github.com/BitVM/BitVM/pull/68Claims to have achieved 2/3 ofOn Proving Pairings

  • On Proving Pairingsis 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

Last updated