Y
Hacker News
new
|
ask
|
show
|
jobs
by
cesarb
1816 days ago
Besides what others have said, little endian is more natural: the byte at offset b has value 256**b, instead of 256**(n - b - 1).