Boost logo

Boost :

From: Daryle Walker (darylew_at_[hidden])
Date: 2001-04-17 11:24:41


Several people have had problems with the augmented CRC tests, while I
haven't. I realized that the CRC algorithms assume that they get numbers
most-significant bit first. For most raw data, you don't care about endian
issues, but the augmented CRC tests read their own CRC after the raw data,
causing a problem if the data is not in big-endian order. I suspect that
the users reporting problems are using little-endian computers, while I have
a big-endian computer. What can I do to solve this problem?

-- 
Daryle Walker
Mac, Internet, and Video Game Junkie
darylew AT mac DOT com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk