Elixir Protocols: a gentle introduction Ethereum's Recursive Length Prefix encoding in Elixir

Reversing BIP-39 and the Power of Property Testing

While building and testing a decoder to go along with the Bitcoin BIP-39 encoder we wrote a few weeks back, a simple property test uncovered a bug in our original implementation that I never would have caught through manual testing.

I’m blown away.

Check out the full article for a rundown on my property testing experience, and the full implementation of the decoder: Reversing BIP-39 and the Power of Property Testing.