448 OGBlinded Diffie–Hellman–Merkle for Ecash MintsIn 1982 David Chaum conceived the idea of anonymous cryptographic electronic cash using cryptographic proofs to mint electronic and melt…May 13May 13
448 OGParsing Input scriptSig in Bitcoin Transactions Using Rust Programming LanguageIn the previous article, we saw how we can parse bytes from a hex encoded transaction into a transaction structure (version, inputs…Apr 10Apr 10
448 OGParsing Bitcoin Transactions in Rust Programming Language Standard LibraryA series of articles on bitcoin transactions — Part 1Mar 8Mar 8
448 OGImplementing a Base58Check Encoder in RustBase58Check is a binary-to-text encoding algorithm that allows us to convert byte arrays into human-readable strings that are resistant to…Feb 15Feb 15
448 OGWallet Backup and RecoverySeed phrases exist because private keys are big numbers and it’s hard for anyone to memorize them. For example the bytes below as hexFeb 1Feb 1