Introduction
This lab aims to demonstrate how to compute SHA256 hashes in Go. SHA256 hashes are commonly used to compute short identities for binary or text blobs.
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
go(("Golang")) -.-> go/AdvancedTopicsGroup(["Advanced Topics"])
go/AdvancedTopicsGroup -.-> go/sha256_hashes("sha256 Hashes")
subgraph Lab Skills
go/sha256_hashes -.-> lab-15504{{"Compute SHA256 Hashes in Go"}}
end