This post describes a very casual code review of a few cryptography functions used by MetaMask. It does not describe any vulnerabilities. If you’re the kind of person who likes a meandering and amateurish code review that goes absolutely nowhere, you’ll enjoy this post. Read more…
Tag Archives: Cryptography
Rewriting my toy blockchain in Rust
My plan was to port my toy blockchain from Python to Rust. The initial project had multiple iterations, starting with proof-of-work and later Merkle trees and elliptic curve cryptography – a suitable candidate for a 1-week rewrite. Read more…