Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Rust

2 items on 11 Jan 2023
Go Rust

Ultimate Go: Advanced Engineering Episode 13

Introduction In episode 12, Bill laid out his strategy to handle data hashing on his blockchain. The first step he took was to create a package to handle the cryptographical aspects of his blockchain. After that, he…

Source: Ardan Labs Blog
Go Rust

Ultimate Go: Advanced Engineering Episode 14

Introduction In episode 13, Bill discussed the idea of adding salt to a hash and how modern crypto-currency blockchains use it to better interpret requests sent to nodes. He continued by defining a function called stamp…

Source: Ardan Labs Blog