Image from [Yung-Chen Chou](https://www.mdpi.com/1999-5903/11/7/149)

Fundamental Data Structures in Blockchain Systems

Overview of the Block chain and Merkle Tree data structures

August 31, 2023 · 6 min · Antonio Pancorbo
Image from [Bitcoin and Cryptocurrency Technologies](https://bitcoinbook.cs.princeton.edu/)

SHA-256: Building the Hash Algorithm from Scratch

Step-by-step journey of building the SHA-256 hash algorithm from the ground up

August 18, 2023 · 8 min · Antonio Pancorbo
Image from [universe759.rssing.com](https://universe759.rssing.com/chan-7437874/latest-article2.php)

Demystifying Slices in Go

Exploring Go’s Powerful Array Abstraction

July 14, 2023 · 5 min · Antonio Pancorbo
[Federal Information Processing Standards Publication 180-4: Secure Hash Standard (SHS)](https://ieeexplore.ieee.org/document/6133253)

Federal Information Processing Standards Publication 180-4: Secure Hash Standard (SHS)

The standard specifies hash algorithms that can be used to generate digests of messages. The digests are used to detect whether messages have been changed since the digests were generated.

National Institute of Standards and Technology