# 2024.3.4 - 2024.3.10

*If there are omissions or errors, corrections are welcome. Thank you very much!*<br>

### **2024.3.9**

Advancing Bitcoin [posted](https://twitter.com/advbitcoin/status/1766155921883815947) that Super Testnet @super\_testnet the contributor to BitVM will give a hands-on workshop on "Learn BitVM by Building Tic Tac Toe" at The [Advancing Bitcoin Conference](https://www.advancingbitcoin.com/) @advbitcoin next week 14th March.

### **2024.3.6**

On March 6, 2024, Robin Linus @robin\_linus [tweeted](https://twitter.com/robin_linus/status/1765337186222686347) that Dan Boneh @danboneh introduced Winternitz signatures as a more compact alternative to Lamport signatures (also known as bit commitment). This reduces the bit commitment size by 50%, enabling a reduction of at least 50% in transaction fees for BitVM. For the relevant code implementation, refer to: <https://github.com/BitVM/bitvm-js/blob/main/run/examples/winternitz.js>. The theoretical knowledge of Winternitz signatures can be found in Section 14.3 of Dan Boneh's book at <https://toc.cryptobook.us/book.pdf>.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.bitvm.club/bitvm-weekly-report/2024.3.4-2024.3.10.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
