Bitcoin from Scratch: The Math Behind the Cryptography
March 15, 2024
Re-implementing Bitcoin in C++. Part 1: Understanding finite fields and Galois fields—the mathematical foundation of blockchain cryptography.
bitcoin cryptography cpp math
Thoughts on software, engineering, and building things.
Re-implementing Bitcoin in C++. Part 1: Understanding finite fields and Galois fields—the mathematical foundation of blockchain cryptography.
Understanding simulation problems—where straightforward implementation of rules is all you need. No fancy algorithms, just translate instructions into code.
Automation is not about replacing human intelligence—it's about enhancing it. Let the machines do the heavy lifting, and focus on what you do best.
Welcome to my blog! This is my first post where I share my thoughts on software development.
A convention for ensuring one and only one object is instantiated for a given class. Sometimes being alone has its advantages.