Post
Topic
Board Services
Merits 1 from 1 user
Re: A simple bitcoin Q/A. Learn new and interesting stuff about bitcoin.
by
Nanoverso
on 16/05/2018, 19:50:48 UTC
⭐ Merited by pugman (1)
Quote
Why do they use Endian? I am worse than a noob at this,so do pardon me.
Well, they had to choose the use of one of the endian representation schemes because numerical data needs to be stored and manipulated in its binary form in the blockchain one way or another.

This comes from the fact that digital cryptography used in chain usually operates on the data in the bit level (binary form), so programmers needs to be aware of what kind of representation/storage scheme is being used so they can write algorithms that correctly manipulate the data.

Hope it helped!