I am excited to share my first long-form post. This writeup dives into an issue I discovered in several implementations of RFC6979 deterministic ECDSA signatures. Link below.
1/5
@p_misirov Models have a huge influence and doing the study again now with codex/gpt5 would yield different results. Also, how you use it have influence. Context docs + planning is important. It is mostly spec writing. If done correctly the results are great.
Ripping this Solidity claude-md for a week now👇
Gives amazing results, specially when guided correctly with good prompts.
Take it out for a spin and give feedback! Also linking some recent PRs, completely driven by claude code.
(Will start including prompts in commits soon)
I am excited to share my first long-form post. This writeup dives into an issue I discovered in several implementations of RFC6979 deterministic ECDSA signatures. Link below.
1/5
Sharing my new repo for playing with cryptography. I will be implementing primitives or anything I found interesting there: https://t.co/h18kWntooK
The first one is AES in Solidity from BlockBreakers by @cryptodavidw: https://t.co/fSlmG0Gn2H
Though for SR, LLMs are wonderful tools to work with for POCs. Needed some guiding but made a POC for diff testing BLS precompiles for Pectra between revm/go-ethereum/python reference
https://t.co/cCuFv30NKX
One thing is certain: LLMs help to go faster when writing code and it’s amazing as a dev but they still make mistakes. Some really difficult to spot. Critical systems, hence smart contracts, will still need manual review.
@BowTiedDevil Really like hypothesis also!
If you want better perf, you could minimize the usage of assume and instead shape your input to the right form (for example d needs to be different from 0) and use composite strategies.
You’ve heard about Binius by @IrreducibleHW but all this talk about “small fields”, “field extensions” and “binary fields” makes no sense? Let me break it down and explain how these concepts accelerate zk-SNARKs 🚀
BlockThreat - Week 5, 2025
🪲 Critical bug patched in Geth
📚 Remedy, Curta and other CTF writeups
🤡 Gensler is back teaching at @MIT
https://t.co/z9CYgKcVxK
If you want the TDLR go directly to the POC repository https://t.co/MpLmnihEdL.
For the writeup https://t.co/YjJ7NKv1iX.
My post explains the problem, traces the journey, and shares what I learned. Feedback is more than welcome, my DMs are open.
5/5
I am excited to share my first long-form post. This writeup dives into an issue I discovered in several implementations of RFC6979 deterministic ECDSA signatures. Link below.
1/5
The issue came down to how the nonce k was generated, particularly the influence of message hash as an input to HMAC. noble-curves reduced it mod N (the curve order) but others did not. This leads to different signatures when the input is greater or equal to the curve order.
4/5